Shades of Spray #70CFD6
Tints of Spray #70CFD6
RGB
CMYK
RGB Variations
Color information
#70CFD6 (or 0x70CFD6) is known color: Spray. HEX triplet: 70, CF and D6. RGB value is (112,207,214). Sum of RGB (Red+Green+Blue) = 112+207+214=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #70CFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFD6 is #8F3029. Grayscale: #B3B3B3. Windows color (decimal): -9383978 or 14077808. OLE color: 14077808.
HSL color Cylindrical-coordinate representation of color #70CFD6: hue angle of 184.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70CFD6 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 207 | 214 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.16 |
| HSL | 184.12º | 0.55% | 0.64% | - |
| HSV(B) | 184.12º | 0.48% | 0.84% | - |
| XYZ | 41.13 | 52.93 | 71.67 | - |
| YUV | 179.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 214 | 0.48 | 0.03 | 0 | 0.16 | 184.12 | 0.55 | 0.64 |
| Hex | 70 | CF | D6 | 30 | 3 | 0 | 10 | B8 | 37 | 40 |
| Octal | 160 | 317 | 326 | 60 | 3 | 0 | 20 | 270 | 67 | 100 |
| Binary | 1110000 | 11001111 | 11010110 | 110000 | 11 | 0 | 10000 | 10111000 | 110111 | 1000000 |
Color Harmonies of #70CFD6
Complementary color
Monochromatic Colors of #70CFD6
Black with #70CFD6
Text Example
Text Example
White with #70CFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFD6; }
p { color: rgb(112,207,214); }
H1.HeaderClassName
{
color: #70CFD6;
}
.AnyTagClassName
{
color: #70CFD6;
}
</style>
background-color css
<style>
a { background-color: #70CFD6; }
a { background-color: rgb(112,207,214); }
div.DivClassName
{
background-color: #70CFD6;
}
.BgClassName
{
background-color: #70CFD6;
}
</style>
border-color css
<style>
span { border-color: #70CFD6; }
span { border-color: rgb(112,207,214); }
td.TdClassName
{
border-color: #70CFD6;
}
.TagClassName
{
border-color: #70CFD6;
}
</style>