Shades of Summer Sky #1AAFEC
Tints of Summer Sky #1AAFEC
RGB
CMYK
RGB Variations
Color information
#1AAFEC (or 0x1AAFEC) is known color: Summer Sky. HEX triplet: 1A, AF and EC. RGB value is (26,175,236). Sum of RGB (Red+Green+Blue) = 26+175+236=437 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.95% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #1AAFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAFEC is #E55013. Grayscale: #898989. Windows color (decimal): -15028244 or 15511322. OLE color: 15511322.
HSL color Cylindrical-coordinate representation of color #1AAFEC: hue angle of 197.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAFEC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 175 | 236 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.07 |
| HSL | 197.43º | 0.85% | 0.51% | - |
| HSV(B) | 197.43º | 0.89% | 0.93% | - |
| XYZ | 30.9 | 36.94 | 84.86 | - |
| YUV | 137.4 | 183.64 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 236 | 0.89 | 0.26 | 0 | 0.07 | 197.43 | 0.85 | 0.51 |
| Hex | 1A | AF | EC | 59 | 1A | 0 | 7 | C5 | 55 | 33 |
| Octal | 32 | 257 | 354 | 131 | 32 | 0 | 7 | 305 | 125 | 63 |
| Binary | 11010 | 10101111 | 11101100 | 1011001 | 11010 | 0 | 111 | 11000101 | 1010101 | 110011 |
Color Harmonies of #1AAFEC
Complementary color
Monochromatic Colors of #1AAFEC
Black with #1AAFEC
Text Example
Text Example
White with #1AAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAFEC; }
p { color: rgb(26,175,236); }
H1.HeaderClassName
{
color: #1AAFEC;
}
.AnyTagClassName
{
color: #1AAFEC;
}
</style>
background-color css
<style>
a { background-color: #1AAFEC; }
a { background-color: rgb(26,175,236); }
div.DivClassName
{
background-color: #1AAFEC;
}
.BgClassName
{
background-color: #1AAFEC;
}
</style>
border-color css
<style>
span { border-color: #1AAFEC; }
span { border-color: rgb(26,175,236); }
td.TdClassName
{
border-color: #1AAFEC;
}
.TagClassName
{
border-color: #1AAFEC;
}
</style>