Shades of Summer Sky #2ABBEC
Tints of Summer Sky #2ABBEC
RGB
CMYK
RGB Variations
Color information
#2ABBEC (or 0x2ABBEC) is known color: Summer Sky. HEX triplet: 2A, BB and EC. RGB value is (42,187,236). Sum of RGB (Red+Green+Blue) = 42+187+236=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ABBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBEC is #D54413. Grayscale: #949494. Windows color (decimal): -13976596 or 15514410. OLE color: 15514410.
HSL color Cylindrical-coordinate representation of color #2ABBEC: hue angle of 195.15º 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 #2ABBEC is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 187 | 236 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.07 |
| HSL | 195.15º | 0.84% | 0.55% | - |
| HSV(B) | 195.15º | 0.82% | 0.93% | - |
| XYZ | 33.87 | 42.09 | 85.7 | - |
| YUV | 149.23 | 176.96 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 236 | 0.82 | 0.21 | 0 | 0.07 | 195.15 | 0.84 | 0.55 |
| Hex | 2A | BB | EC | 52 | 15 | 0 | 7 | C3 | 54 | 37 |
| Octal | 52 | 273 | 354 | 122 | 25 | 0 | 7 | 303 | 124 | 67 |
| Binary | 101010 | 10111011 | 11101100 | 1010010 | 10101 | 0 | 111 | 11000011 | 1010100 | 110111 |
Color Harmonies of #2ABBEC
Complementary color
Monochromatic Colors of #2ABBEC
Black with #2ABBEC
Text Example
Text Example
White with #2ABBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBEC; }
p { color: rgb(42,187,236); }
H1.HeaderClassName
{
color: #2ABBEC;
}
.AnyTagClassName
{
color: #2ABBEC;
}
</style>
background-color css
<style>
a { background-color: #2ABBEC; }
a { background-color: rgb(42,187,236); }
div.DivClassName
{
background-color: #2ABBEC;
}
.BgClassName
{
background-color: #2ABBEC;
}
</style>
border-color css
<style>
span { border-color: #2ABBEC; }
span { border-color: rgb(42,187,236); }
td.TdClassName
{
border-color: #2ABBEC;
}
.TagClassName
{
border-color: #2ABBEC;
}
</style>