Shades of Summer Sky #2ABAE5
Tints of Summer Sky #2ABAE5
RGB
CMYK
RGB Variations
Color information
#2ABAE5 (or 0x2ABAE5) is known color: Summer Sky. HEX triplet: 2A, BA and E5. RGB value is (42,186,229). Sum of RGB (Red+Green+Blue) = 42+186+229=457 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.19% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #2ABAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABAE5 is #D5451A. Grayscale: #939393. Windows color (decimal): -13976859 or 15055402. OLE color: 15055402.
HSL color Cylindrical-coordinate representation of color #2ABAE5: hue angle of 193.8º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABAE5 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 186 | 229 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.10 |
| HSL | 193.8º | 0.78% | 0.53% | - |
| HSV(B) | 193.8º | 0.82% | 0.9% | - |
| XYZ | 32.66 | 41.27 | 80.37 | - |
| YUV | 147.85 | 173.79 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 229 | 0.82 | 0.19 | 0 | 0.10 | 193.8 | 0.78 | 0.53 |
| Hex | 2A | BA | E5 | 52 | 13 | 0 | A | C2 | 4E | 35 |
| Octal | 52 | 272 | 345 | 122 | 23 | 0 | 12 | 302 | 116 | 65 |
| Binary | 101010 | 10111010 | 11100101 | 1010010 | 10011 | 0 | 1010 | 11000010 | 1001110 | 110101 |
Color Harmonies of #2ABAE5
Complementary color
Monochromatic Colors of #2ABAE5
Black with #2ABAE5
Text Example
Text Example
White with #2ABAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABAE5; }
p { color: rgb(42,186,229); }
H1.HeaderClassName
{
color: #2ABAE5;
}
.AnyTagClassName
{
color: #2ABAE5;
}
</style>
background-color css
<style>
a { background-color: #2ABAE5; }
a { background-color: rgb(42,186,229); }
div.DivClassName
{
background-color: #2ABAE5;
}
.BgClassName
{
background-color: #2ABAE5;
}
</style>
border-color css
<style>
span { border-color: #2ABAE5; }
span { border-color: rgb(42,186,229); }
td.TdClassName
{
border-color: #2ABAE5;
}
.TagClassName
{
border-color: #2ABAE5;
}
</style>