#70cfde

Color #70CFDE Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #70CFDE

Tints of Spray #70CFDE

Color information

#70CFDE (or 0x70CFDE) is unknown color: approx Spray. HEX triplet: 70, CF and DE. RGB value is (112,207,222). Sum of RGB (Red+Green+Blue) = 112+207+222=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #70CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFDE is #8F3021. Grayscale: #B4B4B4. Windows color (decimal): -9383970 or 14602096. OLE color: 14602096.

HSL color Cylindrical-coordinate representation of color #70CFDE: hue angle of 188.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CFDE is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112207222-
CMYK0.500.0700.13
HSL188.18º62.5%65.49%-
HSV(B)188.18º49.55%87.06%-
XYZ42.1853.3477.18-
YUV180.3151.5379.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 20.70%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=20.70%
G=38.26%
B=41.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122072220.500.0700.13188.1862.565.49
Hex70CFDE3270Dbc3e41
Octal16031733662701527476101
Binary1110000110011111101111011001011101101101111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70cfde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70cfde; }

 p { color: rgb(112,207,222); }

 H1.HeaderClassName
 {
   color: #70cfde;
 }
 .AnyTagClassName
 {
   color: #70cfde;
 }
</style>
background-color css

<style>
 a { background-color: #70cfde; }

 a { background-color: rgb(112,207,222); }

 div.DivClassName
 {
   background-color: #70cfde;
 }
 .BgClassName
 {
   background-color: #70cfde;
 }
</style>
border-color css

<style>
 span { border-color: #70cfde; }

 span { border-color: rgb(112,207,222); }

 td.TdClassName
 {
   border-color: #70cfde;
 }
 .TagClassName
 {
   border-color: #70cfde;
 }
</style>