Shades of Deep Sky Blue #00CFFC
Tints of Deep Sky Blue #00CFFC
RGB
CMYK
RGB Variations
Color information
#00CFFC (or 0x00CFFC) is known color: Deep Sky Blue. HEX triplet: 00, CF and FC. RGB value is (0,207,252). Sum of RGB (Red+Green+Blue) = 0+207+252=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #00CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFFC is #FF3003. Grayscale: #959595. Windows color (decimal): -16723972 or 16568064. OLE color: 16568064.
HSL color Cylindrical-coordinate representation of color #00CFFC: hue angle of 190.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFFC is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 207 | 252 | - |
| CMYK | 1 | 0.18 | 0 | 0.01 |
| HSL | 190.71º | 1% | 0.49% | - |
| HSV(B) | 190.71º | 1% | 0.99% | - |
| XYZ | 39.88 | 51.65 | 99.96 | - |
| YUV | 150.24 | 185.42 | 20.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 252 | 1 | 0.18 | 0 | 0.01 | 190.71 | 1 | 0.49 |
| Hex | 0 | CF | FC | 64 | 12 | 0 | 1 | BF | 64 | 31 |
| Octal | 0 | 317 | 374 | 144 | 22 | 0 | 1 | 277 | 144 | 61 |
| Binary | 0 | 11001111 | 11111100 | 1100100 | 10010 | 0 | 1 | 10111111 | 1100100 | 110001 |
Color Harmonies of #00CFFC
Complementary color
Monochromatic Colors of #00CFFC
Black with #00CFFC
Text Example
Text Example
White with #00CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFFC; }
p { color: rgb(0,207,252); }
H1.HeaderClassName
{
color: #00CFFC;
}
.AnyTagClassName
{
color: #00CFFC;
}
</style>
background-color css
<style>
a { background-color: #00CFFC; }
a { background-color: rgb(0,207,252); }
div.DivClassName
{
background-color: #00CFFC;
}
.BgClassName
{
background-color: #00CFFC;
}
</style>
border-color css
<style>
span { border-color: #00CFFC; }
span { border-color: rgb(0,207,252); }
td.TdClassName
{
border-color: #00CFFC;
}
.TagClassName
{
border-color: #00CFFC;
}
</style>