Shades of Deep Sky Blue #15AAEA
Tints of Deep Sky Blue #15AAEA
RGB
CMYK
RGB Variations
Color information
#15AAEA (or 0x15AAEA) is known color: Deep Sky Blue. HEX triplet: 15, AA and EA. RGB value is (21,170,234). Sum of RGB (Red+Green+Blue) = 21+170+234=425 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.94% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #15AAEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAEA is #EA5515. Grayscale: #848484. Windows color (decimal): -15357206 or 15378965. OLE color: 15378965.
HSL color Cylindrical-coordinate representation of color #15AAEA: hue angle of 198.03º 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 #15AAEA is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 170 | 234 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.08 |
| HSL | 198.03º | 0.84% | 0.5% | - |
| HSV(B) | 198.03º | 0.91% | 0.92% | - |
| XYZ | 29.54 | 34.85 | 83.01 | - |
| YUV | 132.75 | 185.14 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 234 | 0.91 | 0.27 | 0 | 0.08 | 198.03 | 0.84 | 0.5 |
| Hex | 15 | AA | EA | 5B | 1B | 0 | 8 | C6 | 54 | 32 |
| Octal | 25 | 252 | 352 | 133 | 33 | 0 | 10 | 306 | 124 | 62 |
| Binary | 10101 | 10101010 | 11101010 | 1011011 | 11011 | 0 | 1000 | 11000110 | 1010100 | 110010 |
Color Harmonies of #15AAEA
Complementary color
Monochromatic Colors of #15AAEA
Black with #15AAEA
Text Example
Text Example
White with #15AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AAEA; }
p { color: rgb(21,170,234); }
H1.HeaderClassName
{
color: #15AAEA;
}
.AnyTagClassName
{
color: #15AAEA;
}
</style>
background-color css
<style>
a { background-color: #15AAEA; }
a { background-color: rgb(21,170,234); }
div.DivClassName
{
background-color: #15AAEA;
}
.BgClassName
{
background-color: #15AAEA;
}
</style>
border-color css
<style>
span { border-color: #15AAEA; }
span { border-color: rgb(21,170,234); }
td.TdClassName
{
border-color: #15AAEA;
}
.TagClassName
{
border-color: #15AAEA;
}
</style>