Shades of Deep Sky Blue #1AAFF2
Tints of Deep Sky Blue #1AAFF2
RGB
CMYK
RGB Variations
Color information
#1AAFF2 (or 0x1AAFF2) is known color: Deep Sky Blue. HEX triplet: 1A, AF and F2. RGB value is (26,175,242). Sum of RGB (Red+Green+Blue) = 26+175+242=443 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.87% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 242 (94.92% from 255 or 54.63% from 443); Max value from RGB is 242 - color contains mainly: blue. Hex color #1AAFF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAFF2 is #E5500D. Grayscale: #898989. Windows color (decimal): -15028238 or 15904538. OLE color: 15904538.
HSL color Cylindrical-coordinate representation of color #1AAFF2: hue angle of 198.61º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAFF2 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 175 | 242 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.05 |
| HSL | 198.61º | 0.89% | 0.53% | - |
| HSV(B) | 198.61º | 0.89% | 0.95% | - |
| XYZ | 31.78 | 37.29 | 89.53 | - |
| YUV | 138.09 | 186.64 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 242 | 0.89 | 0.28 | 0 | 0.05 | 198.61 | 0.89 | 0.53 |
| Hex | 1A | AF | F2 | 59 | 1C | 0 | 5 | C7 | 59 | 35 |
| Octal | 32 | 257 | 362 | 131 | 34 | 0 | 5 | 307 | 131 | 65 |
| Binary | 11010 | 10101111 | 11110010 | 1011001 | 11100 | 0 | 101 | 11000111 | 1011001 | 110101 |
Color Harmonies of #1AAFF2
Complementary color
Monochromatic Colors of #1AAFF2
Black with #1AAFF2
Text Example
Text Example
White with #1AAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAFF2; }
p { color: rgb(26,175,242); }
H1.HeaderClassName
{
color: #1AAFF2;
}
.AnyTagClassName
{
color: #1AAFF2;
}
</style>
background-color css
<style>
a { background-color: #1AAFF2; }
a { background-color: rgb(26,175,242); }
div.DivClassName
{
background-color: #1AAFF2;
}
.BgClassName
{
background-color: #1AAFF2;
}
</style>
border-color css
<style>
span { border-color: #1AAFF2; }
span { border-color: rgb(26,175,242); }
td.TdClassName
{
border-color: #1AAFF2;
}
.TagClassName
{
border-color: #1AAFF2;
}
</style>