Shades of Summer Sky #1AACEF
Tints of Summer Sky #1AACEF
RGB
CMYK
RGB Variations
Color information
#1AACEF (or 0x1AACEF) is known color: Summer Sky. HEX triplet: 1A, AC and EF. RGB value is (26,172,239). Sum of RGB (Red+Green+Blue) = 26+172+239=437 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.95% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AACEF is #E55310. Grayscale: #878787. Windows color (decimal): -15029009 or 15707162. OLE color: 15707162.
HSL color Cylindrical-coordinate representation of color #1AACEF: hue angle of 198.87º degrees, saturation: 0.87, 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 #1AACEF is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 172 | 239 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.06 |
| HSL | 198.87º | 0.87% | 0.52% | - |
| HSV(B) | 198.87º | 0.89% | 0.94% | - |
| XYZ | 30.76 | 35.96 | 86.98 | - |
| YUV | 135.98 | 186.13 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 239 | 0.89 | 0.28 | 0 | 0.06 | 198.87 | 0.87 | 0.52 |
| Hex | 1A | AC | EF | 59 | 1C | 0 | 6 | C7 | 57 | 34 |
| Octal | 32 | 254 | 357 | 131 | 34 | 0 | 6 | 307 | 127 | 64 |
| Binary | 11010 | 10101100 | 11101111 | 1011001 | 11100 | 0 | 110 | 11000111 | 1010111 | 110100 |
Color Harmonies of #1AACEF
Complementary color
Monochromatic Colors of #1AACEF
Black with #1AACEF
Text Example
Text Example
White with #1AACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACEF; }
p { color: rgb(26,172,239); }
H1.HeaderClassName
{
color: #1AACEF;
}
.AnyTagClassName
{
color: #1AACEF;
}
</style>
background-color css
<style>
a { background-color: #1AACEF; }
a { background-color: rgb(26,172,239); }
div.DivClassName
{
background-color: #1AACEF;
}
.BgClassName
{
background-color: #1AACEF;
}
</style>
border-color css
<style>
span { border-color: #1AACEF; }
span { border-color: rgb(26,172,239); }
td.TdClassName
{
border-color: #1AACEF;
}
.TagClassName
{
border-color: #1AACEF;
}
</style>