Shades of Deep Sky Blue #09BBED
Tints of Deep Sky Blue #09BBED
RGB
CMYK
RGB Variations
Color information
#09BBED (or 0x09BBED) is known color: Deep Sky Blue. HEX triplet: 09, BB and ED. RGB value is (9,187,237). Sum of RGB (Red+Green+Blue) = 9+187+237=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #09BBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BBED is #F64412. Grayscale: #8B8B8B. Windows color (decimal): -16139283 or 15579913. OLE color: 15579913.
HSL color Cylindrical-coordinate representation of color #09BBED: hue angle of 193.16º 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 #09BBED is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 187 | 237 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.07 |
| HSL | 193.16º | 0.93% | 0.48% | - |
| HSV(B) | 193.16º | 0.96% | 0.93% | - |
| XYZ | 33.17 | 41.71 | 86.42 | - |
| YUV | 139.48 | 183.03 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 237 | 0.96 | 0.21 | 0 | 0.07 | 193.16 | 0.93 | 0.48 |
| Hex | 9 | BB | ED | 60 | 15 | 0 | 7 | C1 | 5D | 30 |
| Octal | 11 | 273 | 355 | 140 | 25 | 0 | 7 | 301 | 135 | 60 |
| Binary | 1001 | 10111011 | 11101101 | 1100000 | 10101 | 0 | 111 | 11000001 | 1011101 | 110000 |
Color Harmonies of #09BBED
Complementary color
Monochromatic Colors of #09BBED
Black with #09BBED
Text Example
Text Example
White with #09BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBED; }
p { color: rgb(9,187,237); }
H1.HeaderClassName
{
color: #09BBED;
}
.AnyTagClassName
{
color: #09BBED;
}
</style>
background-color css
<style>
a { background-color: #09BBED; }
a { background-color: rgb(9,187,237); }
div.DivClassName
{
background-color: #09BBED;
}
.BgClassName
{
background-color: #09BBED;
}
</style>
border-color css
<style>
span { border-color: #09BBED; }
span { border-color: rgb(9,187,237); }
td.TdClassName
{
border-color: #09BBED;
}
.TagClassName
{
border-color: #09BBED;
}
</style>