Shades of Deep Sky Blue #09B9EF
Tints of Deep Sky Blue #09B9EF
RGB
CMYK
RGB Variations
Color information
#09B9EF (or 0x09B9EF) is known color: Deep Sky Blue. HEX triplet: 09, B9 and EF. RGB value is (9,185,239). Sum of RGB (Red+Green+Blue) = 9+185+239=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #09B9EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09B9EF is #F64610. Grayscale: #8A8A8A. Windows color (decimal): -16139793 or 15710473. OLE color: 15710473.
HSL color Cylindrical-coordinate representation of color #09B9EF: hue angle of 194.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B9EF is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 185 | 239 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.06 |
| HSL | 194.09º | 0.93% | 0.49% | - |
| HSV(B) | 194.09º | 0.96% | 0.94% | - |
| XYZ | 33.04 | 40.99 | 87.83 | - |
| YUV | 138.53 | 184.69 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 185 | 239 | 0.96 | 0.23 | 0 | 0.06 | 194.09 | 0.93 | 0.49 |
| Hex | 9 | B9 | EF | 60 | 17 | 0 | 6 | C2 | 5D | 31 |
| Octal | 11 | 271 | 357 | 140 | 27 | 0 | 6 | 302 | 135 | 61 |
| Binary | 1001 | 10111001 | 11101111 | 1100000 | 10111 | 0 | 110 | 11000010 | 1011101 | 110001 |
Color Harmonies of #09B9EF
Complementary color
Monochromatic Colors of #09B9EF
Black with #09B9EF
Text Example
Text Example
White with #09B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B9EF; }
p { color: rgb(9,185,239); }
H1.HeaderClassName
{
color: #09B9EF;
}
.AnyTagClassName
{
color: #09B9EF;
}
</style>
background-color css
<style>
a { background-color: #09B9EF; }
a { background-color: rgb(9,185,239); }
div.DivClassName
{
background-color: #09B9EF;
}
.BgClassName
{
background-color: #09B9EF;
}
</style>
border-color css
<style>
span { border-color: #09B9EF; }
span { border-color: rgb(9,185,239); }
td.TdClassName
{
border-color: #09B9EF;
}
.TagClassName
{
border-color: #09B9EF;
}
</style>