Shades of Deep Sky Blue #05BCE8
Tints of Deep Sky Blue #05BCE8
RGB
CMYK
RGB Variations
Color information
#05BCE8 (or 0x05BCE8) is known color: Deep Sky Blue. HEX triplet: 05, BC and E8. RGB value is (5,188,232). Sum of RGB (Red+Green+Blue) = 5+188+232=425 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #05BCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BCE8 is #FA4317. Grayscale: #898989. Windows color (decimal): -16401176 or 15252485. OLE color: 15252485.
HSL color Cylindrical-coordinate representation of color #05BCE8: hue angle of 191.63º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BCE8 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 188 | 232 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.09 |
| HSL | 191.63º | 0.96% | 0.46% | - |
| HSV(B) | 191.63º | 0.98% | 0.91% | - |
| XYZ | 32.61 | 41.82 | 82.7 | - |
| YUV | 138.3 | 180.87 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 232 | 0.98 | 0.19 | 0 | 0.09 | 191.63 | 0.96 | 0.46 |
| Hex | 5 | BC | E8 | 62 | 13 | 0 | 9 | C0 | 60 | 2E |
| Octal | 5 | 274 | 350 | 142 | 23 | 0 | 11 | 300 | 140 | 56 |
| Binary | 101 | 10111100 | 11101000 | 1100010 | 10011 | 0 | 1001 | 11000000 | 1100000 | 101110 |
Color Harmonies of #05BCE8
Complementary color
Monochromatic Colors of #05BCE8
Black with #05BCE8
Text Example
Text Example
White with #05BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCE8; }
p { color: rgb(5,188,232); }
H1.HeaderClassName
{
color: #05BCE8;
}
.AnyTagClassName
{
color: #05BCE8;
}
</style>
background-color css
<style>
a { background-color: #05BCE8; }
a { background-color: rgb(5,188,232); }
div.DivClassName
{
background-color: #05BCE8;
}
.BgClassName
{
background-color: #05BCE8;
}
</style>
border-color css
<style>
span { border-color: #05BCE8; }
span { border-color: rgb(5,188,232); }
td.TdClassName
{
border-color: #05BCE8;
}
.TagClassName
{
border-color: #05BCE8;
}
</style>