Shades of Deep Sky Blue #1AAFF0
Tints of Deep Sky Blue #1AAFF0
RGB
CMYK
RGB Variations
Color information
#1AAFF0 (or 0x1AAFF0) is known color: Deep Sky Blue. HEX triplet: 1A, AF and F0. RGB value is (26,175,240). Sum of RGB (Red+Green+Blue) = 26+175+240=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #1AAFF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAFF0 is #E5500F. Grayscale: #898989. Windows color (decimal): -15028240 or 15773466. OLE color: 15773466.
HSL color Cylindrical-coordinate representation of color #1AAFF0: hue angle of 198.22º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAFF0 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 175 | 240 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.06 |
| HSL | 198.22º | 0.88% | 0.52% | - |
| HSV(B) | 198.22º | 0.89% | 0.94% | - |
| XYZ | 31.48 | 37.17 | 87.95 | - |
| YUV | 137.86 | 185.64 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 240 | 0.89 | 0.27 | 0 | 0.06 | 198.22 | 0.88 | 0.52 |
| Hex | 1A | AF | F0 | 59 | 1B | 0 | 6 | C6 | 58 | 34 |
| Octal | 32 | 257 | 360 | 131 | 33 | 0 | 6 | 306 | 130 | 64 |
| Binary | 11010 | 10101111 | 11110000 | 1011001 | 11011 | 0 | 110 | 11000110 | 1011000 | 110100 |
Color Harmonies of #1AAFF0
Complementary color
Monochromatic Colors of #1AAFF0
Black with #1AAFF0
Text Example
Text Example
White with #1AAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAFF0; }
p { color: rgb(26,175,240); }
H1.HeaderClassName
{
color: #1AAFF0;
}
.AnyTagClassName
{
color: #1AAFF0;
}
</style>
background-color css
<style>
a { background-color: #1AAFF0; }
a { background-color: rgb(26,175,240); }
div.DivClassName
{
background-color: #1AAFF0;
}
.BgClassName
{
background-color: #1AAFF0;
}
</style>
border-color css
<style>
span { border-color: #1AAFF0; }
span { border-color: rgb(26,175,240); }
td.TdClassName
{
border-color: #1AAFF0;
}
.TagClassName
{
border-color: #1AAFF0;
}
</style>