Shades of Deep Sky Blue #08BFE9
Tints of Deep Sky Blue #08BFE9
RGB
CMYK
RGB Variations
Color information
#08BFE9 (or 0x08BFE9) is known color: Deep Sky Blue. HEX triplet: 08, BF and E9. RGB value is (8,191,233). Sum of RGB (Red+Green+Blue) = 8+191+233=432 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #08BFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BFE9 is #F74016. Grayscale: #8C8C8C. Windows color (decimal): -16203799 or 15318792. OLE color: 15318792.
HSL color Cylindrical-coordinate representation of color #08BFE9: hue angle of 191.2º 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 #08BFE9 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 191 | 233 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.09 |
| HSL | 191.2º | 0.93% | 0.47% | - |
| HSV(B) | 191.2º | 0.97% | 0.91% | - |
| XYZ | 33.44 | 43.2 | 83.67 | - |
| YUV | 141.07 | 179.87 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 191 | 233 | 0.97 | 0.18 | 0 | 0.09 | 191.2 | 0.93 | 0.47 |
| Hex | 8 | BF | E9 | 61 | 12 | 0 | 9 | BF | 5D | 2F |
| Octal | 10 | 277 | 351 | 141 | 22 | 0 | 11 | 277 | 135 | 57 |
| Binary | 1000 | 10111111 | 11101001 | 1100001 | 10010 | 0 | 1001 | 10111111 | 1011101 | 101111 |
Color Harmonies of #08BFE9
Complementary color
Monochromatic Colors of #08BFE9
Black with #08BFE9
Text Example
Text Example
White with #08BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BFE9; }
p { color: rgb(8,191,233); }
H1.HeaderClassName
{
color: #08BFE9;
}
.AnyTagClassName
{
color: #08BFE9;
}
</style>
background-color css
<style>
a { background-color: #08BFE9; }
a { background-color: rgb(8,191,233); }
div.DivClassName
{
background-color: #08BFE9;
}
.BgClassName
{
background-color: #08BFE9;
}
</style>
border-color css
<style>
span { border-color: #08BFE9; }
span { border-color: rgb(8,191,233); }
td.TdClassName
{
border-color: #08BFE9;
}
.TagClassName
{
border-color: #08BFE9;
}
</style>