Shades of Deep Sky Blue #13ADEC
Tints of Deep Sky Blue #13ADEC
RGB
CMYK
RGB Variations
Color information
#13ADEC (or 0x13ADEC) is known color: Deep Sky Blue. HEX triplet: 13, AD and EC. RGB value is (19,173,236). Sum of RGB (Red+Green+Blue) = 19+173+236=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #13ADEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ADEC is #EC5213. Grayscale: #858585. Windows color (decimal): -15487508 or 15510803. OLE color: 15510803.
HSL color Cylindrical-coordinate representation of color #13ADEC: hue angle of 197.42º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ADEC is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 173 | 236 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.07 |
| HSL | 197.42º | 0.85% | 0.5% | - |
| HSV(B) | 197.42º | 0.92% | 0.93% | - |
| XYZ | 30.35 | 36.08 | 84.72 | - |
| YUV | 134.14 | 185.48 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 236 | 0.92 | 0.27 | 0 | 0.07 | 197.42 | 0.85 | 0.5 |
| Hex | 13 | AD | EC | 5C | 1B | 0 | 7 | C5 | 55 | 32 |
| Octal | 23 | 255 | 354 | 134 | 33 | 0 | 7 | 305 | 125 | 62 |
| Binary | 10011 | 10101101 | 11101100 | 1011100 | 11011 | 0 | 111 | 11000101 | 1010101 | 110010 |
Color Harmonies of #13ADEC
Complementary color
Monochromatic Colors of #13ADEC
Black with #13ADEC
Text Example
Text Example
White with #13ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADEC; }
p { color: rgb(19,173,236); }
H1.HeaderClassName
{
color: #13ADEC;
}
.AnyTagClassName
{
color: #13ADEC;
}
</style>
background-color css
<style>
a { background-color: #13ADEC; }
a { background-color: rgb(19,173,236); }
div.DivClassName
{
background-color: #13ADEC;
}
.BgClassName
{
background-color: #13ADEC;
}
</style>
border-color css
<style>
span { border-color: #13ADEC; }
span { border-color: rgb(19,173,236); }
td.TdClassName
{
border-color: #13ADEC;
}
.TagClassName
{
border-color: #13ADEC;
}
</style>