Shades of Deep Sky Blue #09BAEF
Tints of Deep Sky Blue #09BAEF
RGB
CMYK
RGB Variations
Color information
#09BAEF (or 0x09BAEF) is known color: Deep Sky Blue. HEX triplet: 09, BA and EF. RGB value is (9,186,239). Sum of RGB (Red+Green+Blue) = 9+186+239=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #09BAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BAEF is #F64510. Grayscale: #8A8A8A. Windows color (decimal): -16139537 or 15710729. OLE color: 15710729.
HSL color Cylindrical-coordinate representation of color #09BAEF: hue angle of 193.83º 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 #09BAEF is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 186 | 239 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.06 |
| HSL | 193.83º | 0.93% | 0.49% | - |
| HSV(B) | 193.83º | 0.96% | 0.94% | - |
| XYZ | 33.25 | 41.41 | 87.9 | - |
| YUV | 139.12 | 184.36 | 35.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 239 | 0.96 | 0.22 | 0 | 0.06 | 193.83 | 0.93 | 0.49 |
| Hex | 9 | BA | EF | 60 | 16 | 0 | 6 | C2 | 5D | 31 |
| Octal | 11 | 272 | 357 | 140 | 26 | 0 | 6 | 302 | 135 | 61 |
| Binary | 1001 | 10111010 | 11101111 | 1100000 | 10110 | 0 | 110 | 11000010 | 1011101 | 110001 |
Color Harmonies of #09BAEF
Complementary color
Monochromatic Colors of #09BAEF
Black with #09BAEF
Text Example
Text Example
White with #09BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BAEF; }
p { color: rgb(9,186,239); }
H1.HeaderClassName
{
color: #09BAEF;
}
.AnyTagClassName
{
color: #09BAEF;
}
</style>
background-color css
<style>
a { background-color: #09BAEF; }
a { background-color: rgb(9,186,239); }
div.DivClassName
{
background-color: #09BAEF;
}
.BgClassName
{
background-color: #09BAEF;
}
</style>
border-color css
<style>
span { border-color: #09BAEF; }
span { border-color: rgb(9,186,239); }
td.TdClassName
{
border-color: #09BAEF;
}
.TagClassName
{
border-color: #09BAEF;
}
</style>