Shades of Deep Sky Blue #09BBE6
Tints of Deep Sky Blue #09BBE6
RGB
CMYK
RGB Variations
Color information
#09BBE6 (or 0x09BBE6) is known color: Deep Sky Blue. HEX triplet: 09, BB and E6. RGB value is (9,187,230). Sum of RGB (Red+Green+Blue) = 9+187+230=426 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.11% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #09BBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BBE6 is #F64419. Grayscale: #8A8A8A. Windows color (decimal): -16139290 or 15121161. OLE color: 15121161.
HSL color Cylindrical-coordinate representation of color #09BBE6: hue angle of 191.67º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BBE6 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 187 | 230 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.10 |
| HSL | 191.67º | 0.92% | 0.47% | - |
| HSV(B) | 191.67º | 0.96% | 0.9% | - |
| XYZ | 32.17 | 41.31 | 81.14 | - |
| YUV | 138.68 | 179.53 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 230 | 0.96 | 0.19 | 0 | 0.10 | 191.67 | 0.92 | 0.47 |
| Hex | 9 | BB | E6 | 60 | 13 | 0 | A | C0 | 5C | 2F |
| Octal | 11 | 273 | 346 | 140 | 23 | 0 | 12 | 300 | 134 | 57 |
| Binary | 1001 | 10111011 | 11100110 | 1100000 | 10011 | 0 | 1010 | 11000000 | 1011100 | 101111 |
Color Harmonies of #09BBE6
Complementary color
Monochromatic Colors of #09BBE6
Black with #09BBE6
Text Example
Text Example
White with #09BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBE6; }
p { color: rgb(9,187,230); }
H1.HeaderClassName
{
color: #09BBE6;
}
.AnyTagClassName
{
color: #09BBE6;
}
</style>
background-color css
<style>
a { background-color: #09BBE6; }
a { background-color: rgb(9,187,230); }
div.DivClassName
{
background-color: #09BBE6;
}
.BgClassName
{
background-color: #09BBE6;
}
</style>
border-color css
<style>
span { border-color: #09BBE6; }
span { border-color: rgb(9,187,230); }
td.TdClassName
{
border-color: #09BBE6;
}
.TagClassName
{
border-color: #09BBE6;
}
</style>