Shades of Deep Sky Blue #05C2EA
Tints of Deep Sky Blue #05C2EA
RGB
CMYK
RGB Variations
Color information
#05C2EA (or 0x05C2EA) is known color: Deep Sky Blue. HEX triplet: 05, C2 and EA. RGB value is (5,194,234). Sum of RGB (Red+Green+Blue) = 5+194+234=433 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #05C2EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C2EA is #FA3D15. Grayscale: #8D8D8D. Windows color (decimal): -16399638 or 15385093. OLE color: 15385093.
HSL color Cylindrical-coordinate representation of color #05C2EA: hue angle of 190.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C2EA is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 194 | 234 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.08 |
| HSL | 190.48º | 0.96% | 0.47% | - |
| HSV(B) | 190.48º | 0.98% | 0.92% | - |
| XYZ | 34.21 | 44.56 | 84.64 | - |
| YUV | 142.05 | 179.88 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 194 | 234 | 0.98 | 0.17 | 0 | 0.08 | 190.48 | 0.96 | 0.47 |
| Hex | 5 | C2 | EA | 62 | 11 | 0 | 8 | BE | 60 | 2F |
| Octal | 5 | 302 | 352 | 142 | 21 | 0 | 10 | 276 | 140 | 57 |
| Binary | 101 | 11000010 | 11101010 | 1100010 | 10001 | 0 | 1000 | 10111110 | 1100000 | 101111 |
Color Harmonies of #05C2EA
Complementary color
Monochromatic Colors of #05C2EA
Black with #05C2EA
Text Example
Text Example
White with #05C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C2EA; }
p { color: rgb(5,194,234); }
H1.HeaderClassName
{
color: #05C2EA;
}
.AnyTagClassName
{
color: #05C2EA;
}
</style>
background-color css
<style>
a { background-color: #05C2EA; }
a { background-color: rgb(5,194,234); }
div.DivClassName
{
background-color: #05C2EA;
}
.BgClassName
{
background-color: #05C2EA;
}
</style>
border-color css
<style>
span { border-color: #05C2EA; }
span { border-color: rgb(5,194,234); }
td.TdClassName
{
border-color: #05C2EA;
}
.TagClassName
{
border-color: #05C2EA;
}
</style>