Shades of Deep Sky Blue #15ACEA
Tints of Deep Sky Blue #15ACEA
RGB
CMYK
RGB Variations
Color information
#15ACEA (or 0x15ACEA) is known color: Deep Sky Blue. HEX triplet: 15, AC and EA. RGB value is (21,172,234). Sum of RGB (Red+Green+Blue) = 21+172+234=427 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.92% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #15ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15ACEA is #EA5315. Grayscale: #858585. Windows color (decimal): -15356694 or 15379477. OLE color: 15379477.
HSL color Cylindrical-coordinate representation of color #15ACEA: hue angle of 197.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ACEA is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 172 | 234 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.08 |
| HSL | 197.46º | 0.84% | 0.5% | - |
| HSV(B) | 197.46º | 0.91% | 0.92% | - |
| XYZ | 29.91 | 35.6 | 83.14 | - |
| YUV | 133.92 | 184.47 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 172 | 234 | 0.91 | 0.26 | 0 | 0.08 | 197.46 | 0.84 | 0.5 |
| Hex | 15 | AC | EA | 5B | 1A | 0 | 8 | C5 | 54 | 32 |
| Octal | 25 | 254 | 352 | 133 | 32 | 0 | 10 | 305 | 124 | 62 |
| Binary | 10101 | 10101100 | 11101010 | 1011011 | 11010 | 0 | 1000 | 11000101 | 1010100 | 110010 |
Color Harmonies of #15ACEA
Complementary color
Monochromatic Colors of #15ACEA
Black with #15ACEA
Text Example
Text Example
White with #15ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ACEA; }
p { color: rgb(21,172,234); }
H1.HeaderClassName
{
color: #15ACEA;
}
.AnyTagClassName
{
color: #15ACEA;
}
</style>
background-color css
<style>
a { background-color: #15ACEA; }
a { background-color: rgb(21,172,234); }
div.DivClassName
{
background-color: #15ACEA;
}
.BgClassName
{
background-color: #15ACEA;
}
</style>
border-color css
<style>
span { border-color: #15ACEA; }
span { border-color: rgb(21,172,234); }
td.TdClassName
{
border-color: #15ACEA;
}
.TagClassName
{
border-color: #15ACEA;
}
</style>