Shades of Deep Sky Blue #09BBEE
Tints of Deep Sky Blue #09BBEE
RGB
CMYK
RGB Variations
Color information
#09BBEE (or 0x09BBEE) is known color: Deep Sky Blue. HEX triplet: 09, BB and EE. RGB value is (9,187,238). Sum of RGB (Red+Green+Blue) = 9+187+238=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #09BBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BBEE is #F64411. Grayscale: #8B8B8B. Windows color (decimal): -16139282 or 15645449. OLE color: 15645449.
HSL color Cylindrical-coordinate representation of color #09BBEE: hue angle of 193.36º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BBEE is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 187 | 238 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.07 |
| HSL | 193.36º | 0.93% | 0.48% | - |
| HSV(B) | 193.36º | 0.96% | 0.93% | - |
| XYZ | 33.32 | 41.77 | 87.2 | - |
| YUV | 139.59 | 183.53 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 238 | 0.96 | 0.21 | 0 | 0.07 | 193.36 | 0.93 | 0.48 |
| Hex | 9 | BB | EE | 60 | 15 | 0 | 7 | C1 | 5D | 30 |
| Octal | 11 | 273 | 356 | 140 | 25 | 0 | 7 | 301 | 135 | 60 |
| Binary | 1001 | 10111011 | 11101110 | 1100000 | 10101 | 0 | 111 | 11000001 | 1011101 | 110000 |
Color Harmonies of #09BBEE
Complementary color
Monochromatic Colors of #09BBEE
Black with #09BBEE
Text Example
Text Example
White with #09BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBEE; }
p { color: rgb(9,187,238); }
H1.HeaderClassName
{
color: #09BBEE;
}
.AnyTagClassName
{
color: #09BBEE;
}
</style>
background-color css
<style>
a { background-color: #09BBEE; }
a { background-color: rgb(9,187,238); }
div.DivClassName
{
background-color: #09BBEE;
}
.BgClassName
{
background-color: #09BBEE;
}
</style>
border-color css
<style>
span { border-color: #09BBEE; }
span { border-color: rgb(9,187,238); }
td.TdClassName
{
border-color: #09BBEE;
}
.TagClassName
{
border-color: #09BBEE;
}
</style>