Shades of Summer Sky #1AAEDF
Tints of Summer Sky #1AAEDF
RGB
CMYK
RGB Variations
Color information
#1AAEDF (or 0x1AAEDF) is known color: Summer Sky. HEX triplet: 1A, AE and DF. RGB value is (26,174,223). Sum of RGB (Red+Green+Blue) = 26+174+223=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AAEDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAEDF is #E55120. Grayscale: #868686. Windows color (decimal): -15028513 or 14659098. OLE color: 14659098.
HSL color Cylindrical-coordinate representation of color #1AAEDF: hue angle of 194.92º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AAEDF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 174 | 223 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.13 |
| HSL | 194.92º | 0.79% | 0.49% | - |
| HSV(B) | 194.92º | 0.88% | 0.87% | - |
| XYZ | 28.88 | 35.82 | 75.2 | - |
| YUV | 135.33 | 177.47 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 223 | 0.88 | 0.22 | 0 | 0.13 | 194.92 | 0.79 | 0.49 |
| Hex | 1A | AE | DF | 58 | 16 | 0 | D | C3 | 4F | 31 |
| Octal | 32 | 256 | 337 | 130 | 26 | 0 | 15 | 303 | 117 | 61 |
| Binary | 11010 | 10101110 | 11011111 | 1011000 | 10110 | 0 | 1101 | 11000011 | 1001111 | 110001 |
Color Harmonies of #1AAEDF
Complementary color
Monochromatic Colors of #1AAEDF
Black with #1AAEDF
Text Example
Text Example
White with #1AAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAEDF; }
p { color: rgb(26,174,223); }
H1.HeaderClassName
{
color: #1AAEDF;
}
.AnyTagClassName
{
color: #1AAEDF;
}
</style>
background-color css
<style>
a { background-color: #1AAEDF; }
a { background-color: rgb(26,174,223); }
div.DivClassName
{
background-color: #1AAEDF;
}
.BgClassName
{
background-color: #1AAEDF;
}
</style>
border-color css
<style>
span { border-color: #1AAEDF; }
span { border-color: rgb(26,174,223); }
td.TdClassName
{
border-color: #1AAEDF;
}
.TagClassName
{
border-color: #1AAEDF;
}
</style>