Shades of Deep Sky Blue #09ABED
Tints of Deep Sky Blue #09ABED
RGB
CMYK
RGB Variations
Color information
#09ABED (or 0x09ABED) is known color: Deep Sky Blue. HEX triplet: 09, AB and ED. RGB value is (9,171,237). Sum of RGB (Red+Green+Blue) = 9+171+237=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #09ABED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ABED is #F65412. Grayscale: #818181. Windows color (decimal): -16143379 or 15575817. OLE color: 15575817.
HSL color Cylindrical-coordinate representation of color #09ABED: hue angle of 197.37º 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 #09ABED is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 171 | 237 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.07 |
| HSL | 197.37º | 0.93% | 0.48% | - |
| HSV(B) | 197.37º | 0.96% | 0.93% | - |
| XYZ | 29.96 | 35.3 | 85.35 | - |
| YUV | 130.09 | 188.33 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 237 | 0.96 | 0.28 | 0 | 0.07 | 197.37 | 0.93 | 0.48 |
| Hex | 9 | AB | ED | 60 | 1C | 0 | 7 | C5 | 5D | 30 |
| Octal | 11 | 253 | 355 | 140 | 34 | 0 | 7 | 305 | 135 | 60 |
| Binary | 1001 | 10101011 | 11101101 | 1100000 | 11100 | 0 | 111 | 11000101 | 1011101 | 110000 |
Color Harmonies of #09ABED
Complementary color
Monochromatic Colors of #09ABED
Black with #09ABED
Text Example
Text Example
White with #09ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ABED; }
p { color: rgb(9,171,237); }
H1.HeaderClassName
{
color: #09ABED;
}
.AnyTagClassName
{
color: #09ABED;
}
</style>
background-color css
<style>
a { background-color: #09ABED; }
a { background-color: rgb(9,171,237); }
div.DivClassName
{
background-color: #09ABED;
}
.BgClassName
{
background-color: #09ABED;
}
</style>
border-color css
<style>
span { border-color: #09ABED; }
span { border-color: rgb(9,171,237); }
td.TdClassName
{
border-color: #09ABED;
}
.TagClassName
{
border-color: #09ABED;
}
</style>