Shades of Deep Sky Blue #05C2FB
Tints of Deep Sky Blue #05C2FB
RGB
CMYK
RGB Variations
Color information
#05C2FB (or 0x05C2FB) is known color: Deep Sky Blue. HEX triplet: 05, C2 and FB. RGB value is (5,194,251). Sum of RGB (Red+Green+Blue) = 5+194+251=450 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #05C2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C2FB is #FA3D04. Grayscale: #8F8F8F. Windows color (decimal): -16399621 or 16499205. OLE color: 16499205.
HSL color Cylindrical-coordinate representation of color #05C2FB: hue angle of 193.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C2FB is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 194 | 251 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.02 |
| HSL | 193.9º | 0.97% | 0.5% | - |
| HSV(B) | 193.9º | 0.98% | 0.98% | - |
| XYZ | 36.77 | 45.58 | 98.13 | - |
| YUV | 143.99 | 188.38 | 28.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 194 | 251 | 0.98 | 0.23 | 0 | 0.02 | 193.9 | 0.97 | 0.5 |
| Hex | 5 | C2 | FB | 62 | 17 | 0 | 2 | C2 | 61 | 32 |
| Octal | 5 | 302 | 373 | 142 | 27 | 0 | 2 | 302 | 141 | 62 |
| Binary | 101 | 11000010 | 11111011 | 1100010 | 10111 | 0 | 10 | 11000010 | 1100001 | 110010 |
Color Harmonies of #05C2FB
Complementary color
Monochromatic Colors of #05C2FB
Black with #05C2FB
Text Example
Text Example
White with #05C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C2FB; }
p { color: rgb(5,194,251); }
H1.HeaderClassName
{
color: #05C2FB;
}
.AnyTagClassName
{
color: #05C2FB;
}
</style>
background-color css
<style>
a { background-color: #05C2FB; }
a { background-color: rgb(5,194,251); }
div.DivClassName
{
background-color: #05C2FB;
}
.BgClassName
{
background-color: #05C2FB;
}
</style>
border-color css
<style>
span { border-color: #05C2FB; }
span { border-color: rgb(5,194,251); }
td.TdClassName
{
border-color: #05C2FB;
}
.TagClassName
{
border-color: #05C2FB;
}
</style>