Shades of Deep Sky Blue #1AAEF0
Tints of Deep Sky Blue #1AAEF0
RGB
CMYK
RGB Variations
Color information
#1AAEF0 (or 0x1AAEF0) is known color: Deep Sky Blue. HEX triplet: 1A, AE and F0. RGB value is (26,174,240). Sum of RGB (Red+Green+Blue) = 26+174+240=440 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.91% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #1AAEF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAEF0 is #E5510F. Grayscale: #888888. Windows color (decimal): -15028496 or 15773210. OLE color: 15773210.
HSL color Cylindrical-coordinate representation of color #1AAEF0: hue angle of 198.5º 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 #1AAEF0 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 174 | 240 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.06 |
| HSL | 198.5º | 0.88% | 0.52% | - |
| HSV(B) | 198.5º | 0.89% | 0.94% | - |
| XYZ | 31.29 | 36.78 | 87.89 | - |
| YUV | 137.27 | 185.97 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 240 | 0.89 | 0.28 | 0 | 0.06 | 198.5 | 0.88 | 0.52 |
| Hex | 1A | AE | F0 | 59 | 1C | 0 | 6 | C7 | 58 | 34 |
| Octal | 32 | 256 | 360 | 131 | 34 | 0 | 6 | 307 | 130 | 64 |
| Binary | 11010 | 10101110 | 11110000 | 1011001 | 11100 | 0 | 110 | 11000111 | 1011000 | 110100 |
Color Harmonies of #1AAEF0
Complementary color
Monochromatic Colors of #1AAEF0
Black with #1AAEF0
Text Example
Text Example
White with #1AAEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAEF0; }
p { color: rgb(26,174,240); }
H1.HeaderClassName
{
color: #1AAEF0;
}
.AnyTagClassName
{
color: #1AAEF0;
}
</style>
background-color css
<style>
a { background-color: #1AAEF0; }
a { background-color: rgb(26,174,240); }
div.DivClassName
{
background-color: #1AAEF0;
}
.BgClassName
{
background-color: #1AAEF0;
}
</style>
border-color css
<style>
span { border-color: #1AAEF0; }
span { border-color: rgb(26,174,240); }
td.TdClassName
{
border-color: #1AAEF0;
}
.TagClassName
{
border-color: #1AAEF0;
}
</style>