Shades of Deep Sky Blue #09B8EC
Tints of Deep Sky Blue #09B8EC
RGB
CMYK
RGB Variations
Color information
#09B8EC (or 0x09B8EC) is known color: Deep Sky Blue. HEX triplet: 09, B8 and EC. RGB value is (9,184,236). Sum of RGB (Red+Green+Blue) = 9+184+236=429 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.10% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #09B8EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09B8EC is #F64713. Grayscale: #898989. Windows color (decimal): -16140052 or 15513609. OLE color: 15513609.
HSL color Cylindrical-coordinate representation of color #09B8EC: hue angle of 193.74º 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 #09B8EC is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 184 | 236 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.07 |
| HSL | 193.74º | 0.93% | 0.48% | - |
| HSV(B) | 193.74º | 0.96% | 0.93% | - |
| XYZ | 32.39 | 40.4 | 85.45 | - |
| YUV | 137.6 | 183.52 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 236 | 0.96 | 0.22 | 0 | 0.07 | 193.74 | 0.93 | 0.48 |
| Hex | 9 | B8 | EC | 60 | 16 | 0 | 7 | C2 | 5D | 30 |
| Octal | 11 | 270 | 354 | 140 | 26 | 0 | 7 | 302 | 135 | 60 |
| Binary | 1001 | 10111000 | 11101100 | 1100000 | 10110 | 0 | 111 | 11000010 | 1011101 | 110000 |
Color Harmonies of #09B8EC
Complementary color
Monochromatic Colors of #09B8EC
Black with #09B8EC
Text Example
Text Example
White with #09B8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B8EC; }
p { color: rgb(9,184,236); }
H1.HeaderClassName
{
color: #09B8EC;
}
.AnyTagClassName
{
color: #09B8EC;
}
</style>
background-color css
<style>
a { background-color: #09B8EC; }
a { background-color: rgb(9,184,236); }
div.DivClassName
{
background-color: #09B8EC;
}
.BgClassName
{
background-color: #09B8EC;
}
</style>
border-color css
<style>
span { border-color: #09B8EC; }
span { border-color: rgb(9,184,236); }
td.TdClassName
{
border-color: #09B8EC;
}
.TagClassName
{
border-color: #09B8EC;
}
</style>