Shades of Deep Sky Blue #08BCE5
Tints of Deep Sky Blue #08BCE5
RGB
CMYK
RGB Variations
Color information
#08BCE5 (or 0x08BCE5) is known color: Deep Sky Blue. HEX triplet: 08, BC and E5. RGB value is (8,188,229). Sum of RGB (Red+Green+Blue) = 8+188+229=425 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.88% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #08BCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCE5 is #F7431A. Grayscale: #8A8A8A. Windows color (decimal): -16204571 or 15055880. OLE color: 15055880.
HSL color Cylindrical-coordinate representation of color #08BCE5: hue angle of 191.13º 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 #08BCE5 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 188 | 229 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.10 |
| HSL | 191.13º | 0.93% | 0.46% | - |
| HSV(B) | 191.13º | 0.97% | 0.9% | - |
| XYZ | 32.23 | 41.68 | 80.47 | - |
| YUV | 138.85 | 178.87 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 229 | 0.97 | 0.18 | 0 | 0.10 | 191.13 | 0.93 | 0.46 |
| Hex | 8 | BC | E5 | 61 | 12 | 0 | A | BF | 5D | 2E |
| Octal | 10 | 274 | 345 | 141 | 22 | 0 | 12 | 277 | 135 | 56 |
| Binary | 1000 | 10111100 | 11100101 | 1100001 | 10010 | 0 | 1010 | 10111111 | 1011101 | 101110 |
Color Harmonies of #08BCE5
Complementary color
Monochromatic Colors of #08BCE5
Black with #08BCE5
Text Example
Text Example
White with #08BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCE5; }
p { color: rgb(8,188,229); }
H1.HeaderClassName
{
color: #08BCE5;
}
.AnyTagClassName
{
color: #08BCE5;
}
</style>
background-color css
<style>
a { background-color: #08BCE5; }
a { background-color: rgb(8,188,229); }
div.DivClassName
{
background-color: #08BCE5;
}
.BgClassName
{
background-color: #08BCE5;
}
</style>
border-color css
<style>
span { border-color: #08BCE5; }
span { border-color: rgb(8,188,229); }
td.TdClassName
{
border-color: #08BCE5;
}
.TagClassName
{
border-color: #08BCE5;
}
</style>