Shades of Summer Sky #2ABBEB
Tints of Summer Sky #2ABBEB
RGB
CMYK
RGB Variations
Color information
#2ABBEB (or 0x2ABBEB) is known color: Summer Sky. HEX triplet: 2A, BB and EB. RGB value is (42,187,235). Sum of RGB (Red+Green+Blue) = 42+187+235=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ABBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBEB is #D54414. Grayscale: #949494. Windows color (decimal): -13976597 or 15448874. OLE color: 15448874.
HSL color Cylindrical-coordinate representation of color #2ABBEB: hue angle of 194.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABBEB is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 187 | 235 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.08 |
| HSL | 194.92º | 0.83% | 0.54% | - |
| HSV(B) | 194.92º | 0.82% | 0.92% | - |
| XYZ | 33.72 | 42.03 | 84.93 | - |
| YUV | 149.12 | 176.46 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 235 | 0.82 | 0.20 | 0 | 0.08 | 194.92 | 0.83 | 0.54 |
| Hex | 2A | BB | EB | 52 | 14 | 0 | 8 | C3 | 53 | 36 |
| Octal | 52 | 273 | 353 | 122 | 24 | 0 | 10 | 303 | 123 | 66 |
| Binary | 101010 | 10111011 | 11101011 | 1010010 | 10100 | 0 | 1000 | 11000011 | 1010011 | 110110 |
Color Harmonies of #2ABBEB
Complementary color
Monochromatic Colors of #2ABBEB
Black with #2ABBEB
Text Example
Text Example
White with #2ABBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBEB; }
p { color: rgb(42,187,235); }
H1.HeaderClassName
{
color: #2ABBEB;
}
.AnyTagClassName
{
color: #2ABBEB;
}
</style>
background-color css
<style>
a { background-color: #2ABBEB; }
a { background-color: rgb(42,187,235); }
div.DivClassName
{
background-color: #2ABBEB;
}
.BgClassName
{
background-color: #2ABBEB;
}
</style>
border-color css
<style>
span { border-color: #2ABBEB; }
span { border-color: rgb(42,187,235); }
td.TdClassName
{
border-color: #2ABBEB;
}
.TagClassName
{
border-color: #2ABBEB;
}
</style>