Shades of Deep Sky Blue #09B6EC
Tints of Deep Sky Blue #09B6EC
RGB
CMYK
RGB Variations
Color information
#09B6EC (or 0x09B6EC) is known color: Deep Sky Blue. HEX triplet: 09, B6 and EC. RGB value is (9,182,236). Sum of RGB (Red+Green+Blue) = 9+182+236=427 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.11% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #09B6EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09B6EC is #F64913. Grayscale: #888888. Windows color (decimal): -16140564 or 15513097. OLE color: 15513097.
HSL color Cylindrical-coordinate representation of color #09B6EC: hue angle of 194.27º 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 #09B6EC is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 182 | 236 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.07 |
| HSL | 194.27º | 0.93% | 0.48% | - |
| HSV(B) | 194.27º | 0.96% | 0.93% | - |
| XYZ | 31.98 | 39.57 | 85.31 | - |
| YUV | 136.43 | 184.19 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 182 | 236 | 0.96 | 0.23 | 0 | 0.07 | 194.27 | 0.93 | 0.48 |
| Hex | 9 | B6 | EC | 60 | 17 | 0 | 7 | C2 | 5D | 30 |
| Octal | 11 | 266 | 354 | 140 | 27 | 0 | 7 | 302 | 135 | 60 |
| Binary | 1001 | 10110110 | 11101100 | 1100000 | 10111 | 0 | 111 | 11000010 | 1011101 | 110000 |
Color Harmonies of #09B6EC
Complementary color
Monochromatic Colors of #09B6EC
Black with #09B6EC
Text Example
Text Example
White with #09B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B6EC; }
p { color: rgb(9,182,236); }
H1.HeaderClassName
{
color: #09B6EC;
}
.AnyTagClassName
{
color: #09B6EC;
}
</style>
background-color css
<style>
a { background-color: #09B6EC; }
a { background-color: rgb(9,182,236); }
div.DivClassName
{
background-color: #09B6EC;
}
.BgClassName
{
background-color: #09B6EC;
}
</style>
border-color css
<style>
span { border-color: #09B6EC; }
span { border-color: rgb(9,182,236); }
td.TdClassName
{
border-color: #09B6EC;
}
.TagClassName
{
border-color: #09B6EC;
}
</style>