Shades of Summer Sky #2ABECB
Tints of Summer Sky #2ABECB
RGB
CMYK
RGB Variations
Color information
#2ABECB (or 0x2ABECB) is known color: Summer Sky. HEX triplet: 2A, BE and CB. RGB value is (42,190,203). Sum of RGB (Red+Green+Blue) = 42+190+203=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #2ABECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABECB is #D54134. Grayscale: #939393. Windows color (decimal): -13975861 or 13352490. OLE color: 13352490.
HSL color Cylindrical-coordinate representation of color #2ABECB: hue angle of 184.84º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABECB is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 190 | 203 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.20 |
| HSL | 184.84º | 0.66% | 0.48% | - |
| HSV(B) | 184.84º | 0.79% | 0.8% | - |
| XYZ | 30.15 | 41.63 | 62.95 | - |
| YUV | 147.23 | 159.47 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 203 | 0.79 | 0.06 | 0 | 0.20 | 184.84 | 0.66 | 0.48 |
| Hex | 2A | BE | CB | 4F | 6 | 0 | 14 | B9 | 42 | 30 |
| Octal | 52 | 276 | 313 | 117 | 6 | 0 | 24 | 271 | 102 | 60 |
| Binary | 101010 | 10111110 | 11001011 | 1001111 | 110 | 0 | 10100 | 10111001 | 1000010 | 110000 |
Color Harmonies of #2ABECB
Complementary color
Monochromatic Colors of #2ABECB
Black with #2ABECB
Text Example
Text Example
White with #2ABECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABECB; }
p { color: rgb(42,190,203); }
H1.HeaderClassName
{
color: #2ABECB;
}
.AnyTagClassName
{
color: #2ABECB;
}
</style>
background-color css
<style>
a { background-color: #2ABECB; }
a { background-color: rgb(42,190,203); }
div.DivClassName
{
background-color: #2ABECB;
}
.BgClassName
{
background-color: #2ABECB;
}
</style>
border-color css
<style>
span { border-color: #2ABECB; }
span { border-color: rgb(42,190,203); }
td.TdClassName
{
border-color: #2ABECB;
}
.TagClassName
{
border-color: #2ABECB;
}
</style>