Shades of Deep Sky Blue #13AAF2
Tints of Deep Sky Blue #13AAF2
RGB
CMYK
RGB Variations
Color information
#13AAF2 (or 0x13AAF2) is known color: Deep Sky Blue. HEX triplet: 13, AA and F2. RGB value is (19,170,242). Sum of RGB (Red+Green+Blue) = 19+170+242=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #13AAF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AAF2 is #EC550D. Grayscale: #848484. Windows color (decimal): -15488270 or 15903251. OLE color: 15903251.
HSL color Cylindrical-coordinate representation of color #13AAF2: hue angle of 199.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13AAF2 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 170 | 242 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.05 |
| HSL | 199.37º | 0.9% | 0.51% | - |
| HSV(B) | 199.37º | 0.92% | 0.95% | - |
| XYZ | 30.67 | 35.3 | 89.2 | - |
| YUV | 133.06 | 189.47 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 242 | 0.92 | 0.30 | 0 | 0.05 | 199.37 | 0.9 | 0.51 |
| Hex | 13 | AA | F2 | 5C | 1E | 0 | 5 | C7 | 5A | 33 |
| Octal | 23 | 252 | 362 | 134 | 36 | 0 | 5 | 307 | 132 | 63 |
| Binary | 10011 | 10101010 | 11110010 | 1011100 | 11110 | 0 | 101 | 11000111 | 1011010 | 110011 |
Color Harmonies of #13AAF2
Complementary color
Monochromatic Colors of #13AAF2
Black with #13AAF2
Text Example
Text Example
White with #13AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AAF2; }
p { color: rgb(19,170,242); }
H1.HeaderClassName
{
color: #13AAF2;
}
.AnyTagClassName
{
color: #13AAF2;
}
</style>
background-color css
<style>
a { background-color: #13AAF2; }
a { background-color: rgb(19,170,242); }
div.DivClassName
{
background-color: #13AAF2;
}
.BgClassName
{
background-color: #13AAF2;
}
</style>
border-color css
<style>
span { border-color: #13AAF2; }
span { border-color: rgb(19,170,242); }
td.TdClassName
{
border-color: #13AAF2;
}
.TagClassName
{
border-color: #13AAF2;
}
</style>