Shades of Summer Sky #2ABECC
Tints of Summer Sky #2ABECC
RGB
CMYK
RGB Variations
Color information
#2ABECC (or 0x2ABECC) is known color: Summer Sky. HEX triplet: 2A, BE and CC. RGB value is (42,190,204). Sum of RGB (Red+Green+Blue) = 42+190+204=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #2ABECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABECC is #D54133. Grayscale: #939393. Windows color (decimal): -13975860 or 13418026. OLE color: 13418026.
HSL color Cylindrical-coordinate representation of color #2ABECC: hue angle of 185.19º 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 #2ABECC is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 190 | 204 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.2 |
| HSL | 185.19º | 0.66% | 0.48% | - |
| HSV(B) | 185.19º | 0.79% | 0.8% | - |
| XYZ | 30.27 | 41.68 | 63.58 | - |
| YUV | 147.34 | 159.97 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 204 | 0.79 | 0.07 | 0 | 0.2 | 185.19 | 0.66 | 0.48 |
| Hex | 2A | BE | CC | 4F | 7 | 0 | 14 | B9 | 42 | 30 |
| Octal | 52 | 276 | 314 | 117 | 7 | 0 | 24 | 271 | 102 | 60 |
| Binary | 101010 | 10111110 | 11001100 | 1001111 | 111 | 0 | 10100 | 10111001 | 1000010 | 110000 |
Color Harmonies of #2ABECC
Complementary color
Monochromatic Colors of #2ABECC
Black with #2ABECC
Text Example
Text Example
White with #2ABECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABECC; }
p { color: rgb(42,190,204); }
H1.HeaderClassName
{
color: #2ABECC;
}
.AnyTagClassName
{
color: #2ABECC;
}
</style>
background-color css
<style>
a { background-color: #2ABECC; }
a { background-color: rgb(42,190,204); }
div.DivClassName
{
background-color: #2ABECC;
}
.BgClassName
{
background-color: #2ABECC;
}
</style>
border-color css
<style>
span { border-color: #2ABECC; }
span { border-color: rgb(42,190,204); }
td.TdClassName
{
border-color: #2ABECC;
}
.TagClassName
{
border-color: #2ABECC;
}
</style>