#70CFDD

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

Shades of Spray #70CFDD

Tints of Spray #70CFDD

Color information

#70CFDD (or 0x70CFDD) is unknown color: approx Spray. HEX triplet: 70, CF and DD. RGB value is (112,207,221). Sum of RGB (Red+Green+Blue) = 112+207+221=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #70CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFDD is #8F3022. Grayscale: #B4B4B4. Windows color (decimal): -9383971 or 14536560. OLE color: 14536560.

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

Color convert

RGB112207221-
CMYK0.490.0600.13
HSL187.71º61.58%65.29%-
HSV(B)187.71º49.32%86.67%-
XYZ42.0553.2976.48-
YUV180.19151.0379.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.74%
GREEN value IS 207 (81.25% from 255) = 38.33%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=20.74%
G=38.33%
B=40.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122072210.490.0600.13187.7161.5865.29
Hex70CFDD3160Dbc3e41
Octal16031733561601527476101
Binary1110000110011111101110111000111001101101111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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