Shades of Deep Sky Blue #15ACE9
Tints of Deep Sky Blue #15ACE9
RGB
CMYK
RGB Variations
Color information
#15ACE9 (or 0x15ACE9) is known color: Deep Sky Blue. HEX triplet: 15, AC and E9. RGB value is (21,172,233). Sum of RGB (Red+Green+Blue) = 21+172+233=426 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.93% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #15ACE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15ACE9 is #EA5316. Grayscale: #858585. Windows color (decimal): -15356695 or 15313941. OLE color: 15313941.
HSL color Cylindrical-coordinate representation of color #15ACE9: hue angle of 197.26º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ACE9 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 172 | 233 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.09 |
| HSL | 197.26º | 0.83% | 0.5% | - |
| HSV(B) | 197.26º | 0.91% | 0.91% | - |
| XYZ | 29.77 | 35.55 | 82.38 | - |
| YUV | 133.81 | 183.97 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 172 | 233 | 0.91 | 0.26 | 0 | 0.09 | 197.26 | 0.83 | 0.5 |
| Hex | 15 | AC | E9 | 5B | 1A | 0 | 9 | C5 | 53 | 32 |
| Octal | 25 | 254 | 351 | 133 | 32 | 0 | 11 | 305 | 123 | 62 |
| Binary | 10101 | 10101100 | 11101001 | 1011011 | 11010 | 0 | 1001 | 11000101 | 1010011 | 110010 |
Color Harmonies of #15ACE9
Complementary color
Monochromatic Colors of #15ACE9
Black with #15ACE9
Text Example
Text Example
White with #15ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ACE9; }
p { color: rgb(21,172,233); }
H1.HeaderClassName
{
color: #15ACE9;
}
.AnyTagClassName
{
color: #15ACE9;
}
</style>
background-color css
<style>
a { background-color: #15ACE9; }
a { background-color: rgb(21,172,233); }
div.DivClassName
{
background-color: #15ACE9;
}
.BgClassName
{
background-color: #15ACE9;
}
</style>
border-color css
<style>
span { border-color: #15ACE9; }
span { border-color: rgb(21,172,233); }
td.TdClassName
{
border-color: #15ACE9;
}
.TagClassName
{
border-color: #15ACE9;
}
</style>