Shades of Deep Sky Blue #05CBFF
Tints of Deep Sky Blue #05CBFF
RGB
CMYK
RGB Variations
Color information
#05CBFF (or 0x05CBFF) is known color: Deep Sky Blue. HEX triplet: 05, CB and FF. RGB value is (5,203,255). Sum of RGB (Red+Green+Blue) = 5+203+255=463 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #05CBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CBFF is #FA3400. Grayscale: #959595. Windows color (decimal): -16397313 or 16763653. OLE color: 16763653.
HSL color Cylindrical-coordinate representation of color #05CBFF: hue angle of 192.48º 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 #05CBFF is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 203 | 255 | - |
| CMYK | 0.98 | 0.20 | 0 | 0 |
| HSL | 192.48º | 1% | 0.51% | - |
| HSV(B) | 192.48º | 0.98% | 1% | - |
| XYZ | 39.47 | 49.96 | 102.17 | - |
| YUV | 149.73 | 187.4 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 255 | 0.98 | 0.20 | 0 | 0 | 192.48 | 1 | 0.51 |
| Hex | 5 | CB | FF | 62 | 14 | 0 | 0 | C0 | 64 | 33 |
| Octal | 5 | 313 | 377 | 142 | 24 | 0 | 0 | 300 | 144 | 63 |
| Binary | 101 | 11001011 | 11111111 | 1100010 | 10100 | 0 | 0 | 11000000 | 1100100 | 110011 |
Color Harmonies of #05CBFF
Complementary color
Monochromatic Colors of #05CBFF
Black with #05CBFF
Text Example
Text Example
White with #05CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBFF; }
p { color: rgb(5,203,255); }
H1.HeaderClassName
{
color: #05CBFF;
}
.AnyTagClassName
{
color: #05CBFF;
}
</style>
background-color css
<style>
a { background-color: #05CBFF; }
a { background-color: rgb(5,203,255); }
div.DivClassName
{
background-color: #05CBFF;
}
.BgClassName
{
background-color: #05CBFF;
}
</style>
border-color css
<style>
span { border-color: #05CBFF; }
span { border-color: rgb(5,203,255); }
td.TdClassName
{
border-color: #05CBFF;
}
.TagClassName
{
border-color: #05CBFF;
}
</style>