Shades of Deep Sky Blue #09AEE5
Tints of Deep Sky Blue #09AEE5
RGB
CMYK
RGB Variations
Color information
#09AEE5 (or 0x09AEE5) is known color: Deep Sky Blue. HEX triplet: 09, AE and E5. RGB value is (9,174,229). Sum of RGB (Red+Green+Blue) = 9+174+229=412 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.18% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #09AEE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AEE5 is #F6511A. Grayscale: #828282. Windows color (decimal): -16142619 or 15052297. OLE color: 15052297.
HSL color Cylindrical-coordinate representation of color #09AEE5: hue angle of 195º 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 #09AEE5 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 174 | 229 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.10 |
| HSL | 195º | 0.92% | 0.47% | - |
| HSV(B) | 195º | 0.96% | 0.9% | - |
| XYZ | 29.39 | 35.99 | 79.53 | - |
| YUV | 130.94 | 183.34 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 174 | 229 | 0.96 | 0.24 | 0 | 0.10 | 195 | 0.92 | 0.47 |
| Hex | 9 | AE | E5 | 60 | 18 | 0 | A | C3 | 5C | 2F |
| Octal | 11 | 256 | 345 | 140 | 30 | 0 | 12 | 303 | 134 | 57 |
| Binary | 1001 | 10101110 | 11100101 | 1100000 | 11000 | 0 | 1010 | 11000011 | 1011100 | 101111 |
Color Harmonies of #09AEE5
Complementary color
Monochromatic Colors of #09AEE5
Black with #09AEE5
Text Example
Text Example
White with #09AEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AEE5; }
p { color: rgb(9,174,229); }
H1.HeaderClassName
{
color: #09AEE5;
}
.AnyTagClassName
{
color: #09AEE5;
}
</style>
background-color css
<style>
a { background-color: #09AEE5; }
a { background-color: rgb(9,174,229); }
div.DivClassName
{
background-color: #09AEE5;
}
.BgClassName
{
background-color: #09AEE5;
}
</style>
border-color css
<style>
span { border-color: #09AEE5; }
span { border-color: rgb(9,174,229); }
td.TdClassName
{
border-color: #09AEE5;
}
.TagClassName
{
border-color: #09AEE5;
}
</style>