Shades of Deep Sky Blue #00CCFF
Tints of Deep Sky Blue #00CCFF
RGB
CMYK
RGB Variations
Color information
#00CCFF (or 0x00CCFF) is known color: Deep Sky Blue. HEX triplet: 00, CC and FF. RGB value is (0,204,255). Sum of RGB (Red+Green+Blue) = 0+204+255=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #00CCFF is a web safe color. Inversed color of #00CCFF is #FF3300. Grayscale: #949494. Windows color (decimal): -16724737 or 16763904. OLE color: 16763904.
HSL color Cylindrical-coordinate representation of color #00CCFF: hue angle of 192º 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 #00CCFF is Cyan = 1, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 204 | 255 | - |
| CMYK | 1 | 0.2 | 0 | 0 |
| HSL | 192º | 1% | 0.5% | - |
| HSV(B) | 192º | 1% | 1% | - |
| XYZ | 39.64 | 50.41 | 102.25 | - |
| YUV | 148.82 | 187.91 | 21.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 204 | 255 | 1 | 0.2 | 0 | 0 | 192 | 1 | 0.5 |
| Hex | 0 | CC | FF | 64 | 14 | 0 | 0 | C0 | 64 | 32 |
| Octal | 0 | 314 | 377 | 144 | 24 | 0 | 0 | 300 | 144 | 62 |
| Binary | 0 | 11001100 | 11111111 | 1100100 | 10100 | 0 | 0 | 11000000 | 1100100 | 110010 |
Color Harmonies of #00CCFF
Complementary color
Monochromatic Colors of #00CCFF
Black with #00CCFF
Text Example
Text Example
White with #00CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CCFF; }
p { color: rgb(0,204,255); }
H1.HeaderClassName
{
color: #00CCFF;
}
.AnyTagClassName
{
color: #00CCFF;
}
</style>
background-color css
<style>
a { background-color: #00CCFF; }
a { background-color: rgb(0,204,255); }
div.DivClassName
{
background-color: #00CCFF;
}
.BgClassName
{
background-color: #00CCFF;
}
</style>
border-color css
<style>
span { border-color: #00CCFF; }
span { border-color: rgb(0,204,255); }
td.TdClassName
{
border-color: #00CCFF;
}
.TagClassName
{
border-color: #00CCFF;
}
</style>