Shades of Deep Sky Blue #05BBE6
Tints of Deep Sky Blue #05BBE6
RGB
CMYK
RGB Variations
Color information
#05BBE6 (or 0x05BBE6) is known color: Deep Sky Blue. HEX triplet: 05, BB and E6. RGB value is (5,187,230). Sum of RGB (Red+Green+Blue) = 5+187+230=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #05BBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BBE6 is #FA4419. Grayscale: #898989. Windows color (decimal): -16401434 or 15121157. OLE color: 15121157.
HSL color Cylindrical-coordinate representation of color #05BBE6: hue angle of 191.47º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BBE6 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 187 | 230 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.10 |
| HSL | 191.47º | 0.96% | 0.46% | - |
| HSV(B) | 191.47º | 0.98% | 0.9% | - |
| XYZ | 32.12 | 41.29 | 81.14 | - |
| YUV | 137.48 | 180.2 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 230 | 0.98 | 0.19 | 0 | 0.10 | 191.47 | 0.96 | 0.46 |
| Hex | 5 | BB | E6 | 62 | 13 | 0 | A | BF | 60 | 2E |
| Octal | 5 | 273 | 346 | 142 | 23 | 0 | 12 | 277 | 140 | 56 |
| Binary | 101 | 10111011 | 11100110 | 1100010 | 10011 | 0 | 1010 | 10111111 | 1100000 | 101110 |
Color Harmonies of #05BBE6
Complementary color
Monochromatic Colors of #05BBE6
Black with #05BBE6
Text Example
Text Example
White with #05BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BBE6; }
p { color: rgb(5,187,230); }
H1.HeaderClassName
{
color: #05BBE6;
}
.AnyTagClassName
{
color: #05BBE6;
}
</style>
background-color css
<style>
a { background-color: #05BBE6; }
a { background-color: rgb(5,187,230); }
div.DivClassName
{
background-color: #05BBE6;
}
.BgClassName
{
background-color: #05BBE6;
}
</style>
border-color css
<style>
span { border-color: #05BBE6; }
span { border-color: rgb(5,187,230); }
td.TdClassName
{
border-color: #05BBE6;
}
.TagClassName
{
border-color: #05BBE6;
}
</style>