Shades of Deep Sky Blue #00CCFC
Tints of Deep Sky Blue #00CCFC
RGB
CMYK
RGB Variations
Color information
#00CCFC (or 0x00CCFC) is known color: Deep Sky Blue. HEX triplet: 00, CC and FC. RGB value is (0,204,252). Sum of RGB (Red+Green+Blue) = 0+204+252=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #00CCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CCFC is #FF3303. Grayscale: #949494. Windows color (decimal): -16724740 or 16567296. OLE color: 16567296.
HSL color Cylindrical-coordinate representation of color #00CCFC: hue angle of 191.43º 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 #00CCFC is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 204 | 252 | - |
| CMYK | 1 | 0.19 | 0 | 0.01 |
| HSL | 191.43º | 1% | 0.49% | - |
| HSV(B) | 191.43º | 1% | 0.99% | - |
| XYZ | 39.16 | 50.21 | 99.72 | - |
| YUV | 148.48 | 186.41 | 22.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 204 | 252 | 1 | 0.19 | 0 | 0.01 | 191.43 | 1 | 0.49 |
| Hex | 0 | CC | FC | 64 | 13 | 0 | 1 | BF | 64 | 31 |
| Octal | 0 | 314 | 374 | 144 | 23 | 0 | 1 | 277 | 144 | 61 |
| Binary | 0 | 11001100 | 11111100 | 1100100 | 10011 | 0 | 1 | 10111111 | 1100100 | 110001 |
Color Harmonies of #00CCFC
Complementary color
Monochromatic Colors of #00CCFC
Black with #00CCFC
Text Example
Text Example
White with #00CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CCFC; }
p { color: rgb(0,204,252); }
H1.HeaderClassName
{
color: #00CCFC;
}
.AnyTagClassName
{
color: #00CCFC;
}
</style>
background-color css
<style>
a { background-color: #00CCFC; }
a { background-color: rgb(0,204,252); }
div.DivClassName
{
background-color: #00CCFC;
}
.BgClassName
{
background-color: #00CCFC;
}
</style>
border-color css
<style>
span { border-color: #00CCFC; }
span { border-color: rgb(0,204,252); }
td.TdClassName
{
border-color: #00CCFC;
}
.TagClassName
{
border-color: #00CCFC;
}
</style>