Shades of Summer Sky #2ABED9
Tints of Summer Sky #2ABED9
RGB
CMYK
RGB Variations
Color information
#2ABED9 (or 0x2ABED9) is known color: Summer Sky. HEX triplet: 2A, BE and D9. RGB value is (42,190,217). Sum of RGB (Red+Green+Blue) = 42+190+217=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #2ABED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABED9 is #D54126. Grayscale: #949494. Windows color (decimal): -13975847 or 14269994. OLE color: 14269994.
HSL color Cylindrical-coordinate representation of color #2ABED9: hue angle of 189.26º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABED9 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 190 | 217 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.15 |
| HSL | 189.26º | 0.7% | 0.51% | - |
| HSV(B) | 189.26º | 0.81% | 0.85% | - |
| XYZ | 31.89 | 42.33 | 72.14 | - |
| YUV | 148.83 | 166.47 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 217 | 0.81 | 0.12 | 0 | 0.15 | 189.26 | 0.7 | 0.51 |
| Hex | 2A | BE | D9 | 51 | C | 0 | F | BD | 46 | 33 |
| Octal | 52 | 276 | 331 | 121 | 14 | 0 | 17 | 275 | 106 | 63 |
| Binary | 101010 | 10111110 | 11011001 | 1010001 | 1100 | 0 | 1111 | 10111101 | 1000110 | 110011 |
Color Harmonies of #2ABED9
Complementary color
Monochromatic Colors of #2ABED9
Black with #2ABED9
Text Example
Text Example
White with #2ABED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABED9; }
p { color: rgb(42,190,217); }
H1.HeaderClassName
{
color: #2ABED9;
}
.AnyTagClassName
{
color: #2ABED9;
}
</style>
background-color css
<style>
a { background-color: #2ABED9; }
a { background-color: rgb(42,190,217); }
div.DivClassName
{
background-color: #2ABED9;
}
.BgClassName
{
background-color: #2ABED9;
}
</style>
border-color css
<style>
span { border-color: #2ABED9; }
span { border-color: rgb(42,190,217); }
td.TdClassName
{
border-color: #2ABED9;
}
.TagClassName
{
border-color: #2ABED9;
}
</style>