Shades of Deep Sky Blue #05B0E5
Tints of Deep Sky Blue #05B0E5
RGB
CMYK
RGB Variations
Color information
#05B0E5 (or 0x05B0E5) is known color: Deep Sky Blue. HEX triplet: 05, B0 and E5. RGB value is (5,176,229). Sum of RGB (Red+Green+Blue) = 5+176+229=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 229 (89.84% from 255 or 55.85% from 410); Max value from RGB is 229 - color contains mainly: blue. Hex color #05B0E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05B0E5 is #FA4F1A. Grayscale: #828282. Windows color (decimal): -16404251 or 15052805. OLE color: 15052805.
HSL color Cylindrical-coordinate representation of color #05B0E5: hue angle of 194.2º 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 #05B0E5 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 176 | 229 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.10 |
| HSL | 194.2º | 0.96% | 0.46% | - |
| HSV(B) | 194.2º | 0.98% | 0.9% | - |
| XYZ | 29.73 | 36.74 | 79.65 | - |
| YUV | 130.91 | 183.35 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 176 | 229 | 0.98 | 0.23 | 0 | 0.10 | 194.2 | 0.96 | 0.46 |
| Hex | 5 | B0 | E5 | 62 | 17 | 0 | A | C2 | 60 | 2E |
| Octal | 5 | 260 | 345 | 142 | 27 | 0 | 12 | 302 | 140 | 56 |
| Binary | 101 | 10110000 | 11100101 | 1100010 | 10111 | 0 | 1010 | 11000010 | 1100000 | 101110 |
Color Harmonies of #05B0E5
Complementary color
Monochromatic Colors of #05B0E5
Black with #05B0E5
Text Example
Text Example
White with #05B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B0E5; }
p { color: rgb(5,176,229); }
H1.HeaderClassName
{
color: #05B0E5;
}
.AnyTagClassName
{
color: #05B0E5;
}
</style>
background-color css
<style>
a { background-color: #05B0E5; }
a { background-color: rgb(5,176,229); }
div.DivClassName
{
background-color: #05B0E5;
}
.BgClassName
{
background-color: #05B0E5;
}
</style>
border-color css
<style>
span { border-color: #05B0E5; }
span { border-color: rgb(5,176,229); }
td.TdClassName
{
border-color: #05B0E5;
}
.TagClassName
{
border-color: #05B0E5;
}
</style>