Shades of Deep Sky Blue #09BFEB
Tints of Deep Sky Blue #09BFEB
RGB
CMYK
RGB Variations
Color information
#09BFEB (or 0x09BFEB) is known color: Deep Sky Blue. HEX triplet: 09, BF and EB. RGB value is (9,191,235). Sum of RGB (Red+Green+Blue) = 9+191+235=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #09BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BFEB is #F64014. Grayscale: #8D8D8D. Windows color (decimal): -16138261 or 15449865. OLE color: 15449865.
HSL color Cylindrical-coordinate representation of color #09BFEB: hue angle of 191.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFEB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 191 | 235 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.08 |
| HSL | 191.68º | 0.93% | 0.48% | - |
| HSV(B) | 191.68º | 0.96% | 0.92% | - |
| XYZ | 33.74 | 43.32 | 85.18 | - |
| YUV | 141.6 | 180.7 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 235 | 0.96 | 0.19 | 0 | 0.08 | 191.68 | 0.93 | 0.48 |
| Hex | 9 | BF | EB | 60 | 13 | 0 | 8 | C0 | 5D | 30 |
| Octal | 11 | 277 | 353 | 140 | 23 | 0 | 10 | 300 | 135 | 60 |
| Binary | 1001 | 10111111 | 11101011 | 1100000 | 10011 | 0 | 1000 | 11000000 | 1011101 | 110000 |
Color Harmonies of #09BFEB
Complementary color
Monochromatic Colors of #09BFEB
Black with #09BFEB
Text Example
Text Example
White with #09BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFEB; }
p { color: rgb(9,191,235); }
H1.HeaderClassName
{
color: #09BFEB;
}
.AnyTagClassName
{
color: #09BFEB;
}
</style>
background-color css
<style>
a { background-color: #09BFEB; }
a { background-color: rgb(9,191,235); }
div.DivClassName
{
background-color: #09BFEB;
}
.BgClassName
{
background-color: #09BFEB;
}
</style>
border-color css
<style>
span { border-color: #09BFEB; }
span { border-color: rgb(9,191,235); }
td.TdClassName
{
border-color: #09BFEB;
}
.TagClassName
{
border-color: #09BFEB;
}
</style>