Shades of Deep Sky Blue #05BBEC
Tints of Deep Sky Blue #05BBEC
RGB
CMYK
RGB Variations
Color information
#05BBEC (or 0x05BBEC) is known color: Deep Sky Blue. HEX triplet: 05, BB and EC. RGB value is (5,187,236). Sum of RGB (Red+Green+Blue) = 5+187+236=428 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #05BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BBEC is #FA4413. Grayscale: #898989. Windows color (decimal): -16401428 or 15514373. OLE color: 15514373.
HSL color Cylindrical-coordinate representation of color #05BBEC: hue angle of 192.73º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BBEC is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 187 | 236 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.07 |
| HSL | 192.73º | 0.96% | 0.47% | - |
| HSV(B) | 192.73º | 0.98% | 0.93% | - |
| XYZ | 32.97 | 41.63 | 85.65 | - |
| YUV | 138.17 | 183.2 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 236 | 0.98 | 0.21 | 0 | 0.07 | 192.73 | 0.96 | 0.47 |
| Hex | 5 | BB | EC | 62 | 15 | 0 | 7 | C1 | 60 | 2F |
| Octal | 5 | 273 | 354 | 142 | 25 | 0 | 7 | 301 | 140 | 57 |
| Binary | 101 | 10111011 | 11101100 | 1100010 | 10101 | 0 | 111 | 11000001 | 1100000 | 101111 |
Color Harmonies of #05BBEC
Complementary color
Monochromatic Colors of #05BBEC
Black with #05BBEC
Text Example
Text Example
White with #05BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BBEC; }
p { color: rgb(5,187,236); }
H1.HeaderClassName
{
color: #05BBEC;
}
.AnyTagClassName
{
color: #05BBEC;
}
</style>
background-color css
<style>
a { background-color: #05BBEC; }
a { background-color: rgb(5,187,236); }
div.DivClassName
{
background-color: #05BBEC;
}
.BgClassName
{
background-color: #05BBEC;
}
</style>
border-color css
<style>
span { border-color: #05BBEC; }
span { border-color: rgb(5,187,236); }
td.TdClassName
{
border-color: #05BBEC;
}
.TagClassName
{
border-color: #05BBEC;
}
</style>