Shades of Deep Sky Blue #13ADE6
Tints of Deep Sky Blue #13ADE6
RGB
CMYK
RGB Variations
Color information
#13ADE6 (or 0x13ADE6) is known color: Deep Sky Blue. HEX triplet: 13, AD and E6. RGB value is (19,173,230). Sum of RGB (Red+Green+Blue) = 19+173+230=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #13ADE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ADE6 is #EC5219. Grayscale: #858585. Windows color (decimal): -15487514 or 15117587. OLE color: 15117587.
HSL color Cylindrical-coordinate representation of color #13ADE6: hue angle of 196.21º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ADE6 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 173 | 230 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.10 |
| HSL | 196.21º | 0.85% | 0.49% | - |
| HSV(B) | 196.21º | 0.92% | 0.9% | - |
| XYZ | 29.5 | 35.74 | 80.21 | - |
| YUV | 133.45 | 182.48 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 230 | 0.92 | 0.25 | 0 | 0.10 | 196.21 | 0.85 | 0.49 |
| Hex | 13 | AD | E6 | 5C | 19 | 0 | A | C4 | 55 | 31 |
| Octal | 23 | 255 | 346 | 134 | 31 | 0 | 12 | 304 | 125 | 61 |
| Binary | 10011 | 10101101 | 11100110 | 1011100 | 11001 | 0 | 1010 | 11000100 | 1010101 | 110001 |
Color Harmonies of #13ADE6
Complementary color
Monochromatic Colors of #13ADE6
Black with #13ADE6
Text Example
Text Example
White with #13ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADE6; }
p { color: rgb(19,173,230); }
H1.HeaderClassName
{
color: #13ADE6;
}
.AnyTagClassName
{
color: #13ADE6;
}
</style>
background-color css
<style>
a { background-color: #13ADE6; }
a { background-color: rgb(19,173,230); }
div.DivClassName
{
background-color: #13ADE6;
}
.BgClassName
{
background-color: #13ADE6;
}
</style>
border-color css
<style>
span { border-color: #13ADE6; }
span { border-color: rgb(19,173,230); }
td.TdClassName
{
border-color: #13ADE6;
}
.TagClassName
{
border-color: #13ADE6;
}
</style>