Shades of Deep Sky Blue #05CCFF
Tints of Deep Sky Blue #05CCFF
RGB
CMYK
RGB Variations
Color information
#05CCFF (or 0x05CCFF) is known color: Deep Sky Blue. HEX triplet: 05, CC and FF. RGB value is (5,204,255). Sum of RGB (Red+Green+Blue) = 5+204+255=464 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #05CCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CCFF is #FA3300. Grayscale: #959595. Windows color (decimal): -16397057 or 16763909. OLE color: 16763909.
HSL color Cylindrical-coordinate representation of color #05CCFF: hue angle of 192.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CCFF is Cyan = 0.98, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 204 | 255 | - |
| CMYK | 0.98 | 0.2 | 0 | 0 |
| HSL | 192.24º | 1% | 0.51% | - |
| HSV(B) | 192.24º | 0.98% | 1% | - |
| XYZ | 39.71 | 50.44 | 102.25 | - |
| YUV | 150.31 | 187.07 | 24.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 255 | 0.98 | 0.2 | 0 | 0 | 192.24 | 1 | 0.51 |
| Hex | 5 | CC | FF | 62 | 14 | 0 | 0 | C0 | 64 | 33 |
| Octal | 5 | 314 | 377 | 142 | 24 | 0 | 0 | 300 | 144 | 63 |
| Binary | 101 | 11001100 | 11111111 | 1100010 | 10100 | 0 | 0 | 11000000 | 1100100 | 110011 |
Color Harmonies of #05CCFF
Complementary color
Monochromatic Colors of #05CCFF
Black with #05CCFF
Text Example
Text Example
White with #05CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CCFF; }
p { color: rgb(5,204,255); }
H1.HeaderClassName
{
color: #05CCFF;
}
.AnyTagClassName
{
color: #05CCFF;
}
</style>
background-color css
<style>
a { background-color: #05CCFF; }
a { background-color: rgb(5,204,255); }
div.DivClassName
{
background-color: #05CCFF;
}
.BgClassName
{
background-color: #05CCFF;
}
</style>
border-color css
<style>
span { border-color: #05CCFF; }
span { border-color: rgb(5,204,255); }
td.TdClassName
{
border-color: #05CCFF;
}
.TagClassName
{
border-color: #05CCFF;
}
</style>