Shades of Spray #70CFDF
Tints of Spray #70CFDF
RGB
CMYK
RGB Variations
Color information
#70CFDF (or 0x70CFDF) is known color: Spray. HEX triplet: 70, CF and DF. RGB value is (112,207,223). Sum of RGB (Red+Green+Blue) = 112+207+223=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #70CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFDF is #8F3020. Grayscale: #B4B4B4. Windows color (decimal): -9383969 or 14667632. OLE color: 14667632.
HSL color Cylindrical-coordinate representation of color #70CFDF: hue angle of 188.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CFDF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 207 | 223 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.13 |
| HSL | 188.65º | 0.63% | 0.66% | - |
| HSV(B) | 188.65º | 0.5% | 0.87% | - |
| XYZ | 42.31 | 53.4 | 77.89 | - |
| YUV | 180.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 223 | 0.50 | 0.07 | 0 | 0.13 | 188.65 | 0.63 | 0.66 |
| Hex | 70 | CF | DF | 32 | 7 | 0 | D | BD | 3F | 42 |
| Octal | 160 | 317 | 337 | 62 | 7 | 0 | 15 | 275 | 77 | 102 |
| Binary | 1110000 | 11001111 | 11011111 | 110010 | 111 | 0 | 1101 | 10111101 | 111111 | 1000010 |
Color Harmonies of #70CFDF
Complementary color
Monochromatic Colors of #70CFDF
Black with #70CFDF
Text Example
Text Example
White with #70CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFDF; }
p { color: rgb(112,207,223); }
H1.HeaderClassName
{
color: #70CFDF;
}
.AnyTagClassName
{
color: #70CFDF;
}
</style>
background-color css
<style>
a { background-color: #70CFDF; }
a { background-color: rgb(112,207,223); }
div.DivClassName
{
background-color: #70CFDF;
}
.BgClassName
{
background-color: #70CFDF;
}
</style>
border-color css
<style>
span { border-color: #70CFDF; }
span { border-color: rgb(112,207,223); }
td.TdClassName
{
border-color: #70CFDF;
}
.TagClassName
{
border-color: #70CFDF;
}
</style>