Shades of Deep Sky Blue #08B4E5
Tints of Deep Sky Blue #08B4E5
RGB
CMYK
RGB Variations
Color information
#08B4E5 (or 0x08B4E5) is known color: Deep Sky Blue. HEX triplet: 08, B4 and E5. RGB value is (8,180,229). Sum of RGB (Red+Green+Blue) = 8+180+229=417 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #08B4E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B4E5 is #F74B1A. Grayscale: #858585. Windows color (decimal): -16206619 or 15053832. OLE color: 15053832.
HSL color Cylindrical-coordinate representation of color #08B4E5: hue angle of 193.3º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08B4E5 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 180 | 229 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.10 |
| HSL | 193.3º | 0.93% | 0.46% | - |
| HSV(B) | 193.3º | 0.97% | 0.9% | - |
| XYZ | 30.56 | 38.35 | 79.92 | - |
| YUV | 134.16 | 181.52 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 180 | 229 | 0.97 | 0.21 | 0 | 0.10 | 193.3 | 0.93 | 0.46 |
| Hex | 8 | B4 | E5 | 61 | 15 | 0 | A | C1 | 5D | 2E |
| Octal | 10 | 264 | 345 | 141 | 25 | 0 | 12 | 301 | 135 | 56 |
| Binary | 1000 | 10110100 | 11100101 | 1100001 | 10101 | 0 | 1010 | 11000001 | 1011101 | 101110 |
Color Harmonies of #08B4E5
Complementary color
Monochromatic Colors of #08B4E5
Black with #08B4E5
Text Example
Text Example
White with #08B4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B4E5; }
p { color: rgb(8,180,229); }
H1.HeaderClassName
{
color: #08B4E5;
}
.AnyTagClassName
{
color: #08B4E5;
}
</style>
background-color css
<style>
a { background-color: #08B4E5; }
a { background-color: rgb(8,180,229); }
div.DivClassName
{
background-color: #08B4E5;
}
.BgClassName
{
background-color: #08B4E5;
}
</style>
border-color css
<style>
span { border-color: #08B4E5; }
span { border-color: rgb(8,180,229); }
td.TdClassName
{
border-color: #08B4E5;
}
.TagClassName
{
border-color: #08B4E5;
}
</style>