Shades of Deep Sky Blue #15AFEC
Tints of Deep Sky Blue #15AFEC
RGB
CMYK
RGB Variations
Color information
#15AFEC (or 0x15AFEC) is known color: Deep Sky Blue. HEX triplet: 15, AF and EC. RGB value is (21,175,236). Sum of RGB (Red+Green+Blue) = 21+175+236=432 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.86% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #15AFEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AFEC is #EA5013. Grayscale: #878787. Windows color (decimal): -15355924 or 15511317. OLE color: 15511317.
HSL color Cylindrical-coordinate representation of color #15AFEC: hue angle of 197.02º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15AFEC is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 175 | 236 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.07 |
| HSL | 197.02º | 0.85% | 0.5% | - |
| HSV(B) | 197.02º | 0.91% | 0.93% | - |
| XYZ | 30.78 | 36.88 | 84.85 | - |
| YUV | 135.91 | 184.48 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 236 | 0.91 | 0.26 | 0 | 0.07 | 197.02 | 0.85 | 0.5 |
| Hex | 15 | AF | EC | 5B | 1A | 0 | 7 | C5 | 55 | 32 |
| Octal | 25 | 257 | 354 | 133 | 32 | 0 | 7 | 305 | 125 | 62 |
| Binary | 10101 | 10101111 | 11101100 | 1011011 | 11010 | 0 | 111 | 11000101 | 1010101 | 110010 |
Color Harmonies of #15AFEC
Complementary color
Monochromatic Colors of #15AFEC
Black with #15AFEC
Text Example
Text Example
White with #15AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AFEC; }
p { color: rgb(21,175,236); }
H1.HeaderClassName
{
color: #15AFEC;
}
.AnyTagClassName
{
color: #15AFEC;
}
</style>
background-color css
<style>
a { background-color: #15AFEC; }
a { background-color: rgb(21,175,236); }
div.DivClassName
{
background-color: #15AFEC;
}
.BgClassName
{
background-color: #15AFEC;
}
</style>
border-color css
<style>
span { border-color: #15AFEC; }
span { border-color: rgb(21,175,236); }
td.TdClassName
{
border-color: #15AFEC;
}
.TagClassName
{
border-color: #15AFEC;
}
</style>