Shades of Deep Sky Blue #05B9F2
Tints of Deep Sky Blue #05B9F2
RGB
CMYK
RGB Variations
Color information
#05B9F2 (or 0x05B9F2) is known color: Deep Sky Blue. HEX triplet: 05, B9 and F2. RGB value is (5,185,242). Sum of RGB (Red+Green+Blue) = 5+185+242=432 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #05B9F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05B9F2 is #FA460D. Grayscale: #898989. Windows color (decimal): -16401934 or 15907077. OLE color: 15907077.
HSL color Cylindrical-coordinate representation of color #05B9F2: hue angle of 194.43º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B9F2 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 185 | 242 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.05 |
| HSL | 194.43º | 0.96% | 0.48% | - |
| HSV(B) | 194.43º | 0.98% | 0.95% | - |
| XYZ | 33.44 | 41.14 | 90.18 | - |
| YUV | 137.68 | 186.87 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 185 | 242 | 0.98 | 0.24 | 0 | 0.05 | 194.43 | 0.96 | 0.48 |
| Hex | 5 | B9 | F2 | 62 | 18 | 0 | 5 | C2 | 60 | 30 |
| Octal | 5 | 271 | 362 | 142 | 30 | 0 | 5 | 302 | 140 | 60 |
| Binary | 101 | 10111001 | 11110010 | 1100010 | 11000 | 0 | 101 | 11000010 | 1100000 | 110000 |
Color Harmonies of #05B9F2
Complementary color
Monochromatic Colors of #05B9F2
Black with #05B9F2
Text Example
Text Example
White with #05B9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B9F2; }
p { color: rgb(5,185,242); }
H1.HeaderClassName
{
color: #05B9F2;
}
.AnyTagClassName
{
color: #05B9F2;
}
</style>
background-color css
<style>
a { background-color: #05B9F2; }
a { background-color: rgb(5,185,242); }
div.DivClassName
{
background-color: #05B9F2;
}
.BgClassName
{
background-color: #05B9F2;
}
</style>
border-color css
<style>
span { border-color: #05B9F2; }
span { border-color: rgb(5,185,242); }
td.TdClassName
{
border-color: #05B9F2;
}
.TagClassName
{
border-color: #05B9F2;
}
</style>