Shades of Deep Sky Blue #05C9EE
Tints of Deep Sky Blue #05C9EE
RGB
CMYK
RGB Variations
Color information
#05C9EE (or 0x05C9EE) is known color: Deep Sky Blue. HEX triplet: 05, C9 and EE. RGB value is (5,201,238). Sum of RGB (Red+Green+Blue) = 5+201+238=444 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #05C9EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C9EE is #FA3611. Grayscale: #929292. Windows color (decimal): -16397842 or 15649029. OLE color: 15649029.
HSL color Cylindrical-coordinate representation of color #05C9EE: hue angle of 189.53º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C9EE is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 201 | 238 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.07 |
| HSL | 189.53º | 0.96% | 0.48% | - |
| HSV(B) | 189.53º | 0.98% | 0.93% | - |
| XYZ | 36.38 | 47.98 | 88.23 | - |
| YUV | 146.61 | 179.57 | 26.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 238 | 0.98 | 0.16 | 0 | 0.07 | 189.53 | 0.96 | 0.48 |
| Hex | 5 | C9 | EE | 62 | 10 | 0 | 7 | BE | 60 | 30 |
| Octal | 5 | 311 | 356 | 142 | 20 | 0 | 7 | 276 | 140 | 60 |
| Binary | 101 | 11001001 | 11101110 | 1100010 | 10000 | 0 | 111 | 10111110 | 1100000 | 110000 |
Color Harmonies of #05C9EE
Complementary color
Monochromatic Colors of #05C9EE
Black with #05C9EE
Text Example
Text Example
White with #05C9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C9EE; }
p { color: rgb(5,201,238); }
H1.HeaderClassName
{
color: #05C9EE;
}
.AnyTagClassName
{
color: #05C9EE;
}
</style>
background-color css
<style>
a { background-color: #05C9EE; }
a { background-color: rgb(5,201,238); }
div.DivClassName
{
background-color: #05C9EE;
}
.BgClassName
{
background-color: #05C9EE;
}
</style>
border-color css
<style>
span { border-color: #05C9EE; }
span { border-color: rgb(5,201,238); }
td.TdClassName
{
border-color: #05C9EE;
}
.TagClassName
{
border-color: #05C9EE;
}
</style>