Shades of Deep Sky Blue #05C2FF
Tints of Deep Sky Blue #05C2FF
RGB
CMYK
RGB Variations
Color information
#05C2FF (or 0x05C2FF) is known color: Deep Sky Blue. HEX triplet: 05, C2 and FF. RGB value is (5,194,255). Sum of RGB (Red+Green+Blue) = 5+194+255=454 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #05C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C2FF is #FA3D00. Grayscale: #909090. Windows color (decimal): -16399617 or 16761349. OLE color: 16761349.
HSL color Cylindrical-coordinate representation of color #05C2FF: hue angle of 194.64º 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 #05C2FF is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 194 | 255 | - |
| CMYK | 0.98 | 0.24 | 0 | 0 |
| HSL | 194.64º | 1% | 0.51% | - |
| HSV(B) | 194.64º | 0.98% | 1% | - |
| XYZ | 37.4 | 45.84 | 101.48 | - |
| YUV | 144.44 | 190.38 | 28.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 194 | 255 | 0.98 | 0.24 | 0 | 0 | 194.64 | 1 | 0.51 |
| Hex | 5 | C2 | FF | 62 | 18 | 0 | 0 | C3 | 64 | 33 |
| Octal | 5 | 302 | 377 | 142 | 30 | 0 | 0 | 303 | 144 | 63 |
| Binary | 101 | 11000010 | 11111111 | 1100010 | 11000 | 0 | 0 | 11000011 | 1100100 | 110011 |
Color Harmonies of #05C2FF
Complementary color
Monochromatic Colors of #05C2FF
Black with #05C2FF
Text Example
Text Example
White with #05C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C2FF; }
p { color: rgb(5,194,255); }
H1.HeaderClassName
{
color: #05C2FF;
}
.AnyTagClassName
{
color: #05C2FF;
}
</style>
background-color css
<style>
a { background-color: #05C2FF; }
a { background-color: rgb(5,194,255); }
div.DivClassName
{
background-color: #05C2FF;
}
.BgClassName
{
background-color: #05C2FF;
}
</style>
border-color css
<style>
span { border-color: #05C2FF; }
span { border-color: rgb(5,194,255); }
td.TdClassName
{
border-color: #05C2FF;
}
.TagClassName
{
border-color: #05C2FF;
}
</style>