Shades of Deep Sky Blue #15ADEC
Tints of Deep Sky Blue #15ADEC
RGB
CMYK
RGB Variations
Color information
#15ADEC (or 0x15ADEC) is known color: Deep Sky Blue. HEX triplet: 15, AD and EC. RGB value is (21,173,236). Sum of RGB (Red+Green+Blue) = 21+173+236=430 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.88% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #15ADEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15ADEC is #EA5213. Grayscale: #868686. Windows color (decimal): -15356436 or 15510805. OLE color: 15510805.
HSL color Cylindrical-coordinate representation of color #15ADEC: hue angle of 197.58º 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 #15ADEC is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 173 | 236 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.07 |
| HSL | 197.58º | 0.85% | 0.5% | - |
| HSV(B) | 197.58º | 0.91% | 0.93% | - |
| XYZ | 30.39 | 36.1 | 84.72 | - |
| YUV | 134.73 | 185.14 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 173 | 236 | 0.91 | 0.27 | 0 | 0.07 | 197.58 | 0.85 | 0.5 |
| Hex | 15 | AD | EC | 5B | 1B | 0 | 7 | C6 | 55 | 32 |
| Octal | 25 | 255 | 354 | 133 | 33 | 0 | 7 | 306 | 125 | 62 |
| Binary | 10101 | 10101101 | 11101100 | 1011011 | 11011 | 0 | 111 | 11000110 | 1010101 | 110010 |
Color Harmonies of #15ADEC
Complementary color
Monochromatic Colors of #15ADEC
Black with #15ADEC
Text Example
Text Example
White with #15ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ADEC; }
p { color: rgb(21,173,236); }
H1.HeaderClassName
{
color: #15ADEC;
}
.AnyTagClassName
{
color: #15ADEC;
}
</style>
background-color css
<style>
a { background-color: #15ADEC; }
a { background-color: rgb(21,173,236); }
div.DivClassName
{
background-color: #15ADEC;
}
.BgClassName
{
background-color: #15ADEC;
}
</style>
border-color css
<style>
span { border-color: #15ADEC; }
span { border-color: rgb(21,173,236); }
td.TdClassName
{
border-color: #15ADEC;
}
.TagClassName
{
border-color: #15ADEC;
}
</style>