Shades of Deep Sky Blue #05C9E9
Tints of Deep Sky Blue #05C9E9
RGB
CMYK
RGB Variations
Color information
#05C9E9 (or 0x05C9E9) is known color: Deep Sky Blue. HEX triplet: 05, C9 and E9. RGB value is (5,201,233). Sum of RGB (Red+Green+Blue) = 5+201+233=439 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #05C9E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C9E9 is #FA3616. Grayscale: #919191. Windows color (decimal): -16397847 or 15321349. OLE color: 15321349.
HSL color Cylindrical-coordinate representation of color #05C9E9: hue angle of 188.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C9E9 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 201 | 233 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.09 |
| HSL | 188.42º | 0.96% | 0.47% | - |
| HSV(B) | 188.42º | 0.98% | 0.91% | - |
| XYZ | 35.66 | 47.69 | 84.42 | - |
| YUV | 146.04 | 177.07 | 27.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 233 | 0.98 | 0.14 | 0 | 0.09 | 188.42 | 0.96 | 0.47 |
| Hex | 5 | C9 | E9 | 62 | E | 0 | 9 | BC | 60 | 2F |
| Octal | 5 | 311 | 351 | 142 | 16 | 0 | 11 | 274 | 140 | 57 |
| Binary | 101 | 11001001 | 11101001 | 1100010 | 1110 | 0 | 1001 | 10111100 | 1100000 | 101111 |
Color Harmonies of #05C9E9
Complementary color
Monochromatic Colors of #05C9E9
Black with #05C9E9
Text Example
Text Example
White with #05C9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C9E9; }
p { color: rgb(5,201,233); }
H1.HeaderClassName
{
color: #05C9E9;
}
.AnyTagClassName
{
color: #05C9E9;
}
</style>
background-color css
<style>
a { background-color: #05C9E9; }
a { background-color: rgb(5,201,233); }
div.DivClassName
{
background-color: #05C9E9;
}
.BgClassName
{
background-color: #05C9E9;
}
</style>
border-color css
<style>
span { border-color: #05C9E9; }
span { border-color: rgb(5,201,233); }
td.TdClassName
{
border-color: #05C9E9;
}
.TagClassName
{
border-color: #05C9E9;
}
</style>