Shades of Deep Sky Blue #09ADE5
Tints of Deep Sky Blue #09ADE5
RGB
CMYK
RGB Variations
Color information
#09ADE5 (or 0x09ADE5) is known color: Deep Sky Blue. HEX triplet: 09, AD and E5. RGB value is (9,173,229). Sum of RGB (Red+Green+Blue) = 9+173+229=411 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.19% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #09ADE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADE5 is #F6521A. Grayscale: #818181. Windows color (decimal): -16142875 or 15052041. OLE color: 15052041.
HSL color Cylindrical-coordinate representation of color #09ADE5: hue angle of 195.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ADE5 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 173 | 229 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.10 |
| HSL | 195.27º | 0.92% | 0.47% | - |
| HSV(B) | 195.27º | 0.96% | 0.9% | - |
| XYZ | 29.2 | 35.6 | 79.46 | - |
| YUV | 130.35 | 183.67 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 229 | 0.96 | 0.24 | 0 | 0.10 | 195.27 | 0.92 | 0.47 |
| Hex | 9 | AD | E5 | 60 | 18 | 0 | A | C3 | 5C | 2F |
| Octal | 11 | 255 | 345 | 140 | 30 | 0 | 12 | 303 | 134 | 57 |
| Binary | 1001 | 10101101 | 11100101 | 1100000 | 11000 | 0 | 1010 | 11000011 | 1011100 | 101111 |
Color Harmonies of #09ADE5
Complementary color
Monochromatic Colors of #09ADE5
Black with #09ADE5
Text Example
Text Example
White with #09ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADE5; }
p { color: rgb(9,173,229); }
H1.HeaderClassName
{
color: #09ADE5;
}
.AnyTagClassName
{
color: #09ADE5;
}
</style>
background-color css
<style>
a { background-color: #09ADE5; }
a { background-color: rgb(9,173,229); }
div.DivClassName
{
background-color: #09ADE5;
}
.BgClassName
{
background-color: #09ADE5;
}
</style>
border-color css
<style>
span { border-color: #09ADE5; }
span { border-color: rgb(9,173,229); }
td.TdClassName
{
border-color: #09ADE5;
}
.TagClassName
{
border-color: #09ADE5;
}
</style>