Shades of Deep Sky Blue #09C2EC
Tints of Deep Sky Blue #09C2EC
RGB
CMYK
RGB Variations
Color information
#09C2EC (or 0x09C2EC) is known color: Deep Sky Blue. HEX triplet: 09, C2 and EC. RGB value is (9,194,236). Sum of RGB (Red+Green+Blue) = 9+194+236=439 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #09C2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09C2EC is #F63D13. Grayscale: #8F8F8F. Windows color (decimal): -16137492 or 15516169. OLE color: 15516169.
HSL color Cylindrical-coordinate representation of color #09C2EC: hue angle of 191.1º 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 #09C2EC is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 194 | 236 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.07 |
| HSL | 191.1º | 0.93% | 0.48% | - |
| HSV(B) | 191.1º | 0.96% | 0.93% | - |
| XYZ | 34.54 | 44.7 | 86.16 | - |
| YUV | 143.47 | 180.21 | 32.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 194 | 236 | 0.96 | 0.18 | 0 | 0.07 | 191.1 | 0.93 | 0.48 |
| Hex | 9 | C2 | EC | 60 | 12 | 0 | 7 | BF | 5D | 30 |
| Octal | 11 | 302 | 354 | 140 | 22 | 0 | 7 | 277 | 135 | 60 |
| Binary | 1001 | 11000010 | 11101100 | 1100000 | 10010 | 0 | 111 | 10111111 | 1011101 | 110000 |
Color Harmonies of #09C2EC
Complementary color
Monochromatic Colors of #09C2EC
Black with #09C2EC
Text Example
Text Example
White with #09C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C2EC; }
p { color: rgb(9,194,236); }
H1.HeaderClassName
{
color: #09C2EC;
}
.AnyTagClassName
{
color: #09C2EC;
}
</style>
background-color css
<style>
a { background-color: #09C2EC; }
a { background-color: rgb(9,194,236); }
div.DivClassName
{
background-color: #09C2EC;
}
.BgClassName
{
background-color: #09C2EC;
}
</style>
border-color css
<style>
span { border-color: #09C2EC; }
span { border-color: rgb(9,194,236); }
td.TdClassName
{
border-color: #09C2EC;
}
.TagClassName
{
border-color: #09C2EC;
}
</style>