Shades of Summer Sky #2ABEEB
Tints of Summer Sky #2ABEEB
RGB
CMYK
RGB Variations
Color information
#2ABEEB (or 0x2ABEEB) is known color: Summer Sky. HEX triplet: 2A, BE and EB. RGB value is (42,190,235). Sum of RGB (Red+Green+Blue) = 42+190+235=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ABEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABEEB is #D54114. Grayscale: #969696. Windows color (decimal): -13975829 or 15449642. OLE color: 15449642.
HSL color Cylindrical-coordinate representation of color #2ABEEB: hue angle of 193.99º 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 #2ABEEB is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 190 | 235 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.08 |
| HSL | 193.99º | 0.83% | 0.54% | - |
| HSV(B) | 193.99º | 0.82% | 0.92% | - |
| XYZ | 34.36 | 43.32 | 85.15 | - |
| YUV | 150.88 | 175.47 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 235 | 0.82 | 0.19 | 0 | 0.08 | 193.99 | 0.83 | 0.54 |
| Hex | 2A | BE | EB | 52 | 13 | 0 | 8 | C2 | 53 | 36 |
| Octal | 52 | 276 | 353 | 122 | 23 | 0 | 10 | 302 | 123 | 66 |
| Binary | 101010 | 10111110 | 11101011 | 1010010 | 10011 | 0 | 1000 | 11000010 | 1010011 | 110110 |
Color Harmonies of #2ABEEB
Complementary color
Monochromatic Colors of #2ABEEB
Black with #2ABEEB
Text Example
Text Example
White with #2ABEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEEB; }
p { color: rgb(42,190,235); }
H1.HeaderClassName
{
color: #2ABEEB;
}
.AnyTagClassName
{
color: #2ABEEB;
}
</style>
background-color css
<style>
a { background-color: #2ABEEB; }
a { background-color: rgb(42,190,235); }
div.DivClassName
{
background-color: #2ABEEB;
}
.BgClassName
{
background-color: #2ABEEB;
}
</style>
border-color css
<style>
span { border-color: #2ABEEB; }
span { border-color: rgb(42,190,235); }
td.TdClassName
{
border-color: #2ABEEB;
}
.TagClassName
{
border-color: #2ABEEB;
}
</style>