Shades of Deep Sky Blue #13A9E9
Tints of Deep Sky Blue #13A9E9
RGB
CMYK
RGB Variations
Color information
#13A9E9 (or 0x13A9E9) is known color: Deep Sky Blue. HEX triplet: 13, A9 and E9. RGB value is (19,169,233). Sum of RGB (Red+Green+Blue) = 19+169+233=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 233 (91.41% from 255 or 55.34% from 421); Max value from RGB is 233 - color contains mainly: blue. Hex color #13A9E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A9E9 is #EC5616. Grayscale: #838383. Windows color (decimal): -15488535 or 15313171. OLE color: 15313171.
HSL color Cylindrical-coordinate representation of color #13A9E9: hue angle of 197.94º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13A9E9 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 169 | 233 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.09 |
| HSL | 197.94º | 0.85% | 0.49% | - |
| HSV(B) | 197.94º | 0.92% | 0.91% | - |
| XYZ | 29.16 | 34.4 | 82.19 | - |
| YUV | 131.45 | 185.31 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 233 | 0.92 | 0.27 | 0 | 0.09 | 197.94 | 0.85 | 0.49 |
| Hex | 13 | A9 | E9 | 5C | 1B | 0 | 9 | C6 | 55 | 31 |
| Octal | 23 | 251 | 351 | 134 | 33 | 0 | 11 | 306 | 125 | 61 |
| Binary | 10011 | 10101001 | 11101001 | 1011100 | 11011 | 0 | 1001 | 11000110 | 1010101 | 110001 |
Color Harmonies of #13A9E9
Complementary color
Monochromatic Colors of #13A9E9
Black with #13A9E9
Text Example
Text Example
White with #13A9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A9E9; }
p { color: rgb(19,169,233); }
H1.HeaderClassName
{
color: #13A9E9;
}
.AnyTagClassName
{
color: #13A9E9;
}
</style>
background-color css
<style>
a { background-color: #13A9E9; }
a { background-color: rgb(19,169,233); }
div.DivClassName
{
background-color: #13A9E9;
}
.BgClassName
{
background-color: #13A9E9;
}
</style>
border-color css
<style>
span { border-color: #13A9E9; }
span { border-color: rgb(19,169,233); }
td.TdClassName
{
border-color: #13A9E9;
}
.TagClassName
{
border-color: #13A9E9;
}
</style>