Shades of Summer Sky #1AC0E5
Tints of Summer Sky #1AC0E5
RGB
CMYK
RGB Variations
Color information
#1AC0E5 (or 0x1AC0E5) is known color: Summer Sky. HEX triplet: 1A, C0 and E5. RGB value is (26,192,229). Sum of RGB (Red+Green+Blue) = 26+192+229=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #1AC0E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC0E5 is #E53F1A. Grayscale: #929292. Windows color (decimal): -15023899 or 15056922. OLE color: 15056922.
HSL color Cylindrical-coordinate representation of color #1AC0E5: hue angle of 190.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC0E5 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 192 | 229 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.10 |
| HSL | 190.94º | 0.8% | 0.5% | - |
| HSV(B) | 190.94º | 0.89% | 0.9% | - |
| XYZ | 33.42 | 43.58 | 80.78 | - |
| YUV | 146.58 | 174.5 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 229 | 0.89 | 0.16 | 0 | 0.10 | 190.94 | 0.8 | 0.5 |
| Hex | 1A | C0 | E5 | 59 | 10 | 0 | A | BF | 50 | 32 |
| Octal | 32 | 300 | 345 | 131 | 20 | 0 | 12 | 277 | 120 | 62 |
| Binary | 11010 | 11000000 | 11100101 | 1011001 | 10000 | 0 | 1010 | 10111111 | 1010000 | 110010 |
Color Harmonies of #1AC0E5
Complementary color
Monochromatic Colors of #1AC0E5
Black with #1AC0E5
Text Example
Text Example
White with #1AC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC0E5; }
p { color: rgb(26,192,229); }
H1.HeaderClassName
{
color: #1AC0E5;
}
.AnyTagClassName
{
color: #1AC0E5;
}
</style>
background-color css
<style>
a { background-color: #1AC0E5; }
a { background-color: rgb(26,192,229); }
div.DivClassName
{
background-color: #1AC0E5;
}
.BgClassName
{
background-color: #1AC0E5;
}
</style>
border-color css
<style>
span { border-color: #1AC0E5; }
span { border-color: rgb(26,192,229); }
td.TdClassName
{
border-color: #1AC0E5;
}
.TagClassName
{
border-color: #1AC0E5;
}
</style>