Shades of Deep Sky Blue #08BAE7
Tints of Deep Sky Blue #08BAE7
RGB
CMYK
RGB Variations
Color information
#08BAE7 (or 0x08BAE7) is known color: Deep Sky Blue. HEX triplet: 08, BA and E7. RGB value is (8,186,231). Sum of RGB (Red+Green+Blue) = 8+186+231=425 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.88% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 231 (90.62% from 255 or 54.35% from 425); Max value from RGB is 231 - color contains mainly: blue. Hex color #08BAE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BAE7 is #F74518. Grayscale: #898989. Windows color (decimal): -16205081 or 15186440. OLE color: 15186440.
HSL color Cylindrical-coordinate representation of color #08BAE7: hue angle of 192.11º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BAE7 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 186 | 231 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.09 |
| HSL | 192.11º | 0.93% | 0.47% | - |
| HSV(B) | 192.11º | 0.97% | 0.91% | - |
| XYZ | 32.08 | 40.94 | 81.81 | - |
| YUV | 137.91 | 180.53 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 231 | 0.97 | 0.19 | 0 | 0.09 | 192.11 | 0.93 | 0.47 |
| Hex | 8 | BA | E7 | 61 | 13 | 0 | 9 | C0 | 5D | 2F |
| Octal | 10 | 272 | 347 | 141 | 23 | 0 | 11 | 300 | 135 | 57 |
| Binary | 1000 | 10111010 | 11100111 | 1100001 | 10011 | 0 | 1001 | 11000000 | 1011101 | 101111 |
Color Harmonies of #08BAE7
Complementary color
Monochromatic Colors of #08BAE7
Black with #08BAE7
Text Example
Text Example
White with #08BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BAE7; }
p { color: rgb(8,186,231); }
H1.HeaderClassName
{
color: #08BAE7;
}
.AnyTagClassName
{
color: #08BAE7;
}
</style>
background-color css
<style>
a { background-color: #08BAE7; }
a { background-color: rgb(8,186,231); }
div.DivClassName
{
background-color: #08BAE7;
}
.BgClassName
{
background-color: #08BAE7;
}
</style>
border-color css
<style>
span { border-color: #08BAE7; }
span { border-color: rgb(8,186,231); }
td.TdClassName
{
border-color: #08BAE7;
}
.TagClassName
{
border-color: #08BAE7;
}
</style>