Shades of Summer Sky #2ABECA
Tints of Summer Sky #2ABECA
RGB
CMYK
RGB Variations
Color information
#2ABECA (or 0x2ABECA) is known color: Summer Sky. HEX triplet: 2A, BE and CA. RGB value is (42,190,202). Sum of RGB (Red+Green+Blue) = 42+190+202=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #2ABECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABECA is #D54135. Grayscale: #929292. Windows color (decimal): -13975862 or 13286954. OLE color: 13286954.
HSL color Cylindrical-coordinate representation of color #2ABECA: hue angle of 184.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABECA is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 190 | 202 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.21 |
| HSL | 184.5º | 0.66% | 0.48% | - |
| HSV(B) | 184.5º | 0.79% | 0.79% | - |
| XYZ | 30.03 | 41.58 | 62.32 | - |
| YUV | 147.12 | 158.97 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 202 | 0.79 | 0.06 | 0 | 0.21 | 184.5 | 0.66 | 0.48 |
| Hex | 2A | BE | CA | 4F | 6 | 0 | 15 | B8 | 42 | 30 |
| Octal | 52 | 276 | 312 | 117 | 6 | 0 | 25 | 270 | 102 | 60 |
| Binary | 101010 | 10111110 | 11001010 | 1001111 | 110 | 0 | 10101 | 10111000 | 1000010 | 110000 |
Color Harmonies of #2ABECA
Complementary color
Monochromatic Colors of #2ABECA
Black with #2ABECA
Text Example
Text Example
White with #2ABECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABECA; }
p { color: rgb(42,190,202); }
H1.HeaderClassName
{
color: #2ABECA;
}
.AnyTagClassName
{
color: #2ABECA;
}
</style>
background-color css
<style>
a { background-color: #2ABECA; }
a { background-color: rgb(42,190,202); }
div.DivClassName
{
background-color: #2ABECA;
}
.BgClassName
{
background-color: #2ABECA;
}
</style>
border-color css
<style>
span { border-color: #2ABECA; }
span { border-color: rgb(42,190,202); }
td.TdClassName
{
border-color: #2ABECA;
}
.TagClassName
{
border-color: #2ABECA;
}
</style>