Shades of Deep Sky Blue #09BBEF
Tints of Deep Sky Blue #09BBEF
RGB
CMYK
RGB Variations
Color information
#09BBEF (or 0x09BBEF) is known color: Deep Sky Blue. HEX triplet: 09, BB and EF. RGB value is (9,187,239). Sum of RGB (Red+Green+Blue) = 9+187+239=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #09BBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BBEF is #F64410. Grayscale: #8B8B8B. Windows color (decimal): -16139281 or 15710985. OLE color: 15710985.
HSL color Cylindrical-coordinate representation of color #09BBEF: hue angle of 193.57º 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 #09BBEF is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 187 | 239 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.06 |
| HSL | 193.57º | 0.93% | 0.49% | - |
| HSV(B) | 193.57º | 0.96% | 0.94% | - |
| XYZ | 33.46 | 41.83 | 87.97 | - |
| YUV | 139.71 | 184.03 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 239 | 0.96 | 0.22 | 0 | 0.06 | 193.57 | 0.93 | 0.49 |
| Hex | 9 | BB | EF | 60 | 16 | 0 | 6 | C2 | 5D | 31 |
| Octal | 11 | 273 | 357 | 140 | 26 | 0 | 6 | 302 | 135 | 61 |
| Binary | 1001 | 10111011 | 11101111 | 1100000 | 10110 | 0 | 110 | 11000010 | 1011101 | 110001 |
Color Harmonies of #09BBEF
Complementary color
Monochromatic Colors of #09BBEF
Black with #09BBEF
Text Example
Text Example
White with #09BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBEF; }
p { color: rgb(9,187,239); }
H1.HeaderClassName
{
color: #09BBEF;
}
.AnyTagClassName
{
color: #09BBEF;
}
</style>
background-color css
<style>
a { background-color: #09BBEF; }
a { background-color: rgb(9,187,239); }
div.DivClassName
{
background-color: #09BBEF;
}
.BgClassName
{
background-color: #09BBEF;
}
</style>
border-color css
<style>
span { border-color: #09BBEF; }
span { border-color: rgb(9,187,239); }
td.TdClassName
{
border-color: #09BBEF;
}
.TagClassName
{
border-color: #09BBEF;
}
</style>