Shades of Summer Sky #2AB5EC
Tints of Summer Sky #2AB5EC
RGB
CMYK
RGB Variations
Color information
#2AB5EC (or 0x2AB5EC) is known color: Summer Sky. HEX triplet: 2A, B5 and EC. RGB value is (42,181,236). Sum of RGB (Red+Green+Blue) = 42+181+236=459 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.15% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #2AB5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB5EC is #D54A13. Grayscale: #919191. Windows color (decimal): -13978132 or 15512874. OLE color: 15512874.
HSL color Cylindrical-coordinate representation of color #2AB5EC: hue angle of 197.01º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB5EC is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 181 | 236 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.07 |
| HSL | 197.01º | 0.84% | 0.55% | - |
| HSV(B) | 197.01º | 0.82% | 0.93% | - |
| XYZ | 32.62 | 39.6 | 85.28 | - |
| YUV | 145.71 | 178.95 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 236 | 0.82 | 0.23 | 0 | 0.07 | 197.01 | 0.84 | 0.55 |
| Hex | 2A | B5 | EC | 52 | 17 | 0 | 7 | C5 | 54 | 37 |
| Octal | 52 | 265 | 354 | 122 | 27 | 0 | 7 | 305 | 124 | 67 |
| Binary | 101010 | 10110101 | 11101100 | 1010010 | 10111 | 0 | 111 | 11000101 | 1010100 | 110111 |
Color Harmonies of #2AB5EC
Complementary color
Monochromatic Colors of #2AB5EC
Black with #2AB5EC
Text Example
Text Example
White with #2AB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB5EC; }
p { color: rgb(42,181,236); }
H1.HeaderClassName
{
color: #2AB5EC;
}
.AnyTagClassName
{
color: #2AB5EC;
}
</style>
background-color css
<style>
a { background-color: #2AB5EC; }
a { background-color: rgb(42,181,236); }
div.DivClassName
{
background-color: #2AB5EC;
}
.BgClassName
{
background-color: #2AB5EC;
}
</style>
border-color css
<style>
span { border-color: #2AB5EC; }
span { border-color: rgb(42,181,236); }
td.TdClassName
{
border-color: #2AB5EC;
}
.TagClassName
{
border-color: #2AB5EC;
}
</style>