Shades of Deep Sky Blue #08BFE6
Tints of Deep Sky Blue #08BFE6
RGB
CMYK
RGB Variations
Color information
#08BFE6 (or 0x08BFE6) is known color: Deep Sky Blue. HEX triplet: 08, BF and E6. RGB value is (8,191,230). Sum of RGB (Red+Green+Blue) = 8+191+230=429 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #08BFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BFE6 is #F74019. Grayscale: #8C8C8C. Windows color (decimal): -16203802 or 15122184. OLE color: 15122184.
HSL color Cylindrical-coordinate representation of color #08BFE6: hue angle of 190.54º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BFE6 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 191 | 230 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.10 |
| HSL | 190.54º | 0.93% | 0.47% | - |
| HSV(B) | 190.54º | 0.97% | 0.9% | - |
| XYZ | 33.01 | 43.03 | 81.43 | - |
| YUV | 140.73 | 178.37 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 191 | 230 | 0.97 | 0.17 | 0 | 0.10 | 190.54 | 0.93 | 0.47 |
| Hex | 8 | BF | E6 | 61 | 11 | 0 | A | BF | 5D | 2F |
| Octal | 10 | 277 | 346 | 141 | 21 | 0 | 12 | 277 | 135 | 57 |
| Binary | 1000 | 10111111 | 11100110 | 1100001 | 10001 | 0 | 1010 | 10111111 | 1011101 | 101111 |
Color Harmonies of #08BFE6
Complementary color
Monochromatic Colors of #08BFE6
Black with #08BFE6
Text Example
Text Example
White with #08BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BFE6; }
p { color: rgb(8,191,230); }
H1.HeaderClassName
{
color: #08BFE6;
}
.AnyTagClassName
{
color: #08BFE6;
}
</style>
background-color css
<style>
a { background-color: #08BFE6; }
a { background-color: rgb(8,191,230); }
div.DivClassName
{
background-color: #08BFE6;
}
.BgClassName
{
background-color: #08BFE6;
}
</style>
border-color css
<style>
span { border-color: #08BFE6; }
span { border-color: rgb(8,191,230); }
td.TdClassName
{
border-color: #08BFE6;
}
.TagClassName
{
border-color: #08BFE6;
}
</style>