Shades of Deep Sky Blue #1AAFF7
Tints of Deep Sky Blue #1AAFF7
RGB
CMYK
RGB Variations
Color information
#1AAFF7 (or 0x1AAFF7) is known color: Deep Sky Blue. HEX triplet: 1A, AF and F7. RGB value is (26,175,247). Sum of RGB (Red+Green+Blue) = 26+175+247=448 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.80% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #1AAFF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAFF7 is #E55008. Grayscale: #8A8A8A. Windows color (decimal): -15028233 or 16232218. OLE color: 16232218.
HSL color Cylindrical-coordinate representation of color #1AAFF7: hue angle of 199.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAFF7 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 175 | 247 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.03 |
| HSL | 199.55º | 0.93% | 0.54% | - |
| HSV(B) | 199.55º | 0.89% | 0.97% | - |
| XYZ | 32.54 | 37.59 | 93.54 | - |
| YUV | 138.66 | 189.14 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 247 | 0.89 | 0.29 | 0 | 0.03 | 199.55 | 0.93 | 0.54 |
| Hex | 1A | AF | F7 | 59 | 1D | 0 | 3 | C8 | 5D | 36 |
| Octal | 32 | 257 | 367 | 131 | 35 | 0 | 3 | 310 | 135 | 66 |
| Binary | 11010 | 10101111 | 11110111 | 1011001 | 11101 | 0 | 11 | 11001000 | 1011101 | 110110 |
Color Harmonies of #1AAFF7
Complementary color
Monochromatic Colors of #1AAFF7
Black with #1AAFF7
Text Example
Text Example
White with #1AAFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAFF7; }
p { color: rgb(26,175,247); }
H1.HeaderClassName
{
color: #1AAFF7;
}
.AnyTagClassName
{
color: #1AAFF7;
}
</style>
background-color css
<style>
a { background-color: #1AAFF7; }
a { background-color: rgb(26,175,247); }
div.DivClassName
{
background-color: #1AAFF7;
}
.BgClassName
{
background-color: #1AAFF7;
}
</style>
border-color css
<style>
span { border-color: #1AAFF7; }
span { border-color: rgb(26,175,247); }
td.TdClassName
{
border-color: #1AAFF7;
}
.TagClassName
{
border-color: #1AAFF7;
}
</style>