Shades of Deep Sky Blue #13AAFF
Tints of Deep Sky Blue #13AAFF
RGB
CMYK
RGB Variations
Color information
#13AAFF (or 0x13AAFF) is known color: Deep Sky Blue. HEX triplet: 13, AA and FF. RGB value is (19,170,255). Sum of RGB (Red+Green+Blue) = 19+170+255=444 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.28% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #13AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AAFF is #EC5500. Grayscale: #868686. Windows color (decimal): -15488257 or 16755219. OLE color: 16755219.
HSL color Cylindrical-coordinate representation of color #13AAFF: hue angle of 201.61º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13AAFF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 170 | 255 | - |
| CMYK | 0.93 | 0.33 | 0 | 0 |
| HSL | 201.61º | 1% | 0.54% | - |
| HSV(B) | 201.61º | 0.93% | 1% | - |
| XYZ | 32.69 | 36.11 | 99.85 | - |
| YUV | 134.54 | 195.97 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 255 | 0.93 | 0.33 | 0 | 0 | 201.61 | 1 | 0.54 |
| Hex | 13 | AA | FF | 5D | 21 | 0 | 0 | CA | 64 | 36 |
| Octal | 23 | 252 | 377 | 135 | 41 | 0 | 0 | 312 | 144 | 66 |
| Binary | 10011 | 10101010 | 11111111 | 1011101 | 100001 | 0 | 0 | 11001010 | 1100100 | 110110 |
Color Harmonies of #13AAFF
Complementary color
Monochromatic Colors of #13AAFF
Black with #13AAFF
Text Example
Text Example
White with #13AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AAFF; }
p { color: rgb(19,170,255); }
H1.HeaderClassName
{
color: #13AAFF;
}
.AnyTagClassName
{
color: #13AAFF;
}
</style>
background-color css
<style>
a { background-color: #13AAFF; }
a { background-color: rgb(19,170,255); }
div.DivClassName
{
background-color: #13AAFF;
}
.BgClassName
{
background-color: #13AAFF;
}
</style>
border-color css
<style>
span { border-color: #13AAFF; }
span { border-color: rgb(19,170,255); }
td.TdClassName
{
border-color: #13AAFF;
}
.TagClassName
{
border-color: #13AAFF;
}
</style>