Shades of Deep Sky Blue #00CFFF
Tints of Deep Sky Blue #00CFFF
RGB
CMYK
RGB Variations
Color information
#00CFFF (or 0x00CFFF) is known color: Deep Sky Blue. HEX triplet: 00, CF and FF. RGB value is (0,207,255). Sum of RGB (Red+Green+Blue) = 0+207+255=462 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #00CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFFF is #FF3000. Grayscale: #969696. Windows color (decimal): -16723969 or 16764672. OLE color: 16764672.
HSL color Cylindrical-coordinate representation of color #00CFFF: hue angle of 191.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFFF is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 207 | 255 | - |
| CMYK | 1 | 0.19 | 0 | 0 |
| HSL | 191.29º | 1% | 0.5% | - |
| HSV(B) | 191.29º | 1% | 1% | - |
| XYZ | 40.36 | 51.85 | 102.49 | - |
| YUV | 150.58 | 186.92 | 20.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 255 | 1 | 0.19 | 0 | 0 | 191.29 | 1 | 0.5 |
| Hex | 0 | CF | FF | 64 | 13 | 0 | 0 | BF | 64 | 32 |
| Octal | 0 | 317 | 377 | 144 | 23 | 0 | 0 | 277 | 144 | 62 |
| Binary | 0 | 11001111 | 11111111 | 1100100 | 10011 | 0 | 0 | 10111111 | 1100100 | 110010 |
Color Harmonies of #00CFFF
Complementary color
Monochromatic Colors of #00CFFF
Black with #00CFFF
Text Example
Text Example
White with #00CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFFF; }
p { color: rgb(0,207,255); }
H1.HeaderClassName
{
color: #00CFFF;
}
.AnyTagClassName
{
color: #00CFFF;
}
</style>
background-color css
<style>
a { background-color: #00CFFF; }
a { background-color: rgb(0,207,255); }
div.DivClassName
{
background-color: #00CFFF;
}
.BgClassName
{
background-color: #00CFFF;
}
</style>
border-color css
<style>
span { border-color: #00CFFF; }
span { border-color: rgb(0,207,255); }
td.TdClassName
{
border-color: #00CFFF;
}
.TagClassName
{
border-color: #00CFFF;
}
</style>