Shades of Summer Sky #2AB2E4
Tints of Summer Sky #2AB2E4
RGB
CMYK
RGB Variations
Color information
#2AB2E4 (or 0x2AB2E4) is known color: Summer Sky. HEX triplet: 2A, B2 and E4. RGB value is (42,178,228). Sum of RGB (Red+Green+Blue) = 42+178+228=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #2AB2E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB2E4 is #D54D1B. Grayscale: #8E8E8E. Windows color (decimal): -13978908 or 14987818. OLE color: 14987818.
HSL color Cylindrical-coordinate representation of color #2AB2E4: hue angle of 196.13º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB2E4 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 178 | 228 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.11 |
| HSL | 196.13º | 0.78% | 0.53% | - |
| HSV(B) | 196.13º | 0.82% | 0.89% | - |
| XYZ | 30.88 | 37.93 | 79.09 | - |
| YUV | 143.04 | 175.94 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 228 | 0.82 | 0.22 | 0 | 0.11 | 196.13 | 0.78 | 0.53 |
| Hex | 2A | B2 | E4 | 52 | 16 | 0 | B | C4 | 4E | 35 |
| Octal | 52 | 262 | 344 | 122 | 26 | 0 | 13 | 304 | 116 | 65 |
| Binary | 101010 | 10110010 | 11100100 | 1010010 | 10110 | 0 | 1011 | 11000100 | 1001110 | 110101 |
Color Harmonies of #2AB2E4
Complementary color
Monochromatic Colors of #2AB2E4
Black with #2AB2E4
Text Example
Text Example
White with #2AB2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB2E4; }
p { color: rgb(42,178,228); }
H1.HeaderClassName
{
color: #2AB2E4;
}
.AnyTagClassName
{
color: #2AB2E4;
}
</style>
background-color css
<style>
a { background-color: #2AB2E4; }
a { background-color: rgb(42,178,228); }
div.DivClassName
{
background-color: #2AB2E4;
}
.BgClassName
{
background-color: #2AB2E4;
}
</style>
border-color css
<style>
span { border-color: #2AB2E4; }
span { border-color: rgb(42,178,228); }
td.TdClassName
{
border-color: #2AB2E4;
}
.TagClassName
{
border-color: #2AB2E4;
}
</style>