Shades of Deep Sky Blue #09B2EC
Tints of Deep Sky Blue #09B2EC
RGB
CMYK
RGB Variations
Color information
#09B2EC (or 0x09B2EC) is known color: Deep Sky Blue. HEX triplet: 09, B2 and EC. RGB value is (9,178,236). Sum of RGB (Red+Green+Blue) = 9+178+236=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #09B2EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09B2EC is #F64D13. Grayscale: #858585. Windows color (decimal): -16141588 or 15512073. OLE color: 15512073.
HSL color Cylindrical-coordinate representation of color #09B2EC: hue angle of 195.33º 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 #09B2EC is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 178 | 236 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.07 |
| HSL | 195.33º | 0.93% | 0.48% | - |
| HSV(B) | 195.33º | 0.96% | 0.93% | - |
| XYZ | 31.17 | 37.96 | 85.04 | - |
| YUV | 134.08 | 185.51 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 236 | 0.96 | 0.25 | 0 | 0.07 | 195.33 | 0.93 | 0.48 |
| Hex | 9 | B2 | EC | 60 | 19 | 0 | 7 | C3 | 5D | 30 |
| Octal | 11 | 262 | 354 | 140 | 31 | 0 | 7 | 303 | 135 | 60 |
| Binary | 1001 | 10110010 | 11101100 | 1100000 | 11001 | 0 | 111 | 11000011 | 1011101 | 110000 |
Color Harmonies of #09B2EC
Complementary color
Monochromatic Colors of #09B2EC
Black with #09B2EC
Text Example
Text Example
White with #09B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B2EC; }
p { color: rgb(9,178,236); }
H1.HeaderClassName
{
color: #09B2EC;
}
.AnyTagClassName
{
color: #09B2EC;
}
</style>
background-color css
<style>
a { background-color: #09B2EC; }
a { background-color: rgb(9,178,236); }
div.DivClassName
{
background-color: #09B2EC;
}
.BgClassName
{
background-color: #09B2EC;
}
</style>
border-color css
<style>
span { border-color: #09B2EC; }
span { border-color: rgb(9,178,236); }
td.TdClassName
{
border-color: #09B2EC;
}
.TagClassName
{
border-color: #09B2EC;
}
</style>