Shades of Summer Sky #2ABCEB
Tints of Summer Sky #2ABCEB
RGB
CMYK
RGB Variations
Color information
#2ABCEB (or 0x2ABCEB) is known color: Summer Sky. HEX triplet: 2A, BC and EB. RGB value is (42,188,235). Sum of RGB (Red+Green+Blue) = 42+188+235=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ABCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCEB is #D54314. Grayscale: #959595. Windows color (decimal): -13976341 or 15449130. OLE color: 15449130.
HSL color Cylindrical-coordinate representation of color #2ABCEB: hue angle of 194.61º 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 #2ABCEB is Cyan = 0.82, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 188 | 235 | - |
| CMYK | 0.82 | 0.2 | 0 | 0.08 |
| HSL | 194.61º | 0.83% | 0.54% | - |
| HSV(B) | 194.61º | 0.82% | 0.92% | - |
| XYZ | 33.93 | 42.46 | 85 | - |
| YUV | 149.7 | 176.13 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 235 | 0.82 | 0.2 | 0 | 0.08 | 194.61 | 0.83 | 0.54 |
| Hex | 2A | BC | EB | 52 | 14 | 0 | 8 | C3 | 53 | 36 |
| Octal | 52 | 274 | 353 | 122 | 24 | 0 | 10 | 303 | 123 | 66 |
| Binary | 101010 | 10111100 | 11101011 | 1010010 | 10100 | 0 | 1000 | 11000011 | 1010011 | 110110 |
Color Harmonies of #2ABCEB
Complementary color
Monochromatic Colors of #2ABCEB
Black with #2ABCEB
Text Example
Text Example
White with #2ABCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCEB; }
p { color: rgb(42,188,235); }
H1.HeaderClassName
{
color: #2ABCEB;
}
.AnyTagClassName
{
color: #2ABCEB;
}
</style>
background-color css
<style>
a { background-color: #2ABCEB; }
a { background-color: rgb(42,188,235); }
div.DivClassName
{
background-color: #2ABCEB;
}
.BgClassName
{
background-color: #2ABCEB;
}
</style>
border-color css
<style>
span { border-color: #2ABCEB; }
span { border-color: rgb(42,188,235); }
td.TdClassName
{
border-color: #2ABCEB;
}
.TagClassName
{
border-color: #2ABCEB;
}
</style>