Shades of Deep Sky Blue #15AFEA
Tints of Deep Sky Blue #15AFEA
RGB
CMYK
RGB Variations
Color information
#15AFEA (or 0x15AFEA) is known color: Deep Sky Blue. HEX triplet: 15, AF and EA. RGB value is (21,175,234). Sum of RGB (Red+Green+Blue) = 21+175+234=430 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.88% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #15AFEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AFEA is #EA5015. Grayscale: #878787. Windows color (decimal): -15355926 or 15380245. OLE color: 15380245.
HSL color Cylindrical-coordinate representation of color #15AFEA: hue angle of 196.62º 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 #15AFEA is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 175 | 234 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.08 |
| HSL | 196.62º | 0.84% | 0.5% | - |
| HSV(B) | 196.62º | 0.91% | 0.92% | - |
| XYZ | 30.49 | 36.76 | 83.33 | - |
| YUV | 135.68 | 183.48 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 234 | 0.91 | 0.25 | 0 | 0.08 | 196.62 | 0.84 | 0.5 |
| Hex | 15 | AF | EA | 5B | 19 | 0 | 8 | C5 | 54 | 32 |
| Octal | 25 | 257 | 352 | 133 | 31 | 0 | 10 | 305 | 124 | 62 |
| Binary | 10101 | 10101111 | 11101010 | 1011011 | 11001 | 0 | 1000 | 11000101 | 1010100 | 110010 |
Color Harmonies of #15AFEA
Complementary color
Monochromatic Colors of #15AFEA
Black with #15AFEA
Text Example
Text Example
White with #15AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AFEA; }
p { color: rgb(21,175,234); }
H1.HeaderClassName
{
color: #15AFEA;
}
.AnyTagClassName
{
color: #15AFEA;
}
</style>
background-color css
<style>
a { background-color: #15AFEA; }
a { background-color: rgb(21,175,234); }
div.DivClassName
{
background-color: #15AFEA;
}
.BgClassName
{
background-color: #15AFEA;
}
</style>
border-color css
<style>
span { border-color: #15AFEA; }
span { border-color: rgb(21,175,234); }
td.TdClassName
{
border-color: #15AFEA;
}
.TagClassName
{
border-color: #15AFEA;
}
</style>