Shades of Summer Sky #2ABECD
Tints of Summer Sky #2ABECD
RGB
CMYK
RGB Variations
Color information
#2ABECD (or 0x2ABECD) is known color: Summer Sky. HEX triplet: 2A, BE and CD. RGB value is (42,190,205). Sum of RGB (Red+Green+Blue) = 42+190+205=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #2ABECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABECD is #D54132. Grayscale: #939393. Windows color (decimal): -13975859 or 13483562. OLE color: 13483562.
HSL color Cylindrical-coordinate representation of color #2ABECD: hue angle of 185.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABECD is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 190 | 205 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.20 |
| HSL | 185.52º | 0.66% | 0.48% | - |
| HSV(B) | 185.52º | 0.8% | 0.8% | - |
| XYZ | 30.39 | 41.73 | 64.21 | - |
| YUV | 147.46 | 160.47 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 205 | 0.80 | 0.07 | 0 | 0.20 | 185.52 | 0.66 | 0.48 |
| Hex | 2A | BE | CD | 50 | 7 | 0 | 14 | BA | 42 | 30 |
| Octal | 52 | 276 | 315 | 120 | 7 | 0 | 24 | 272 | 102 | 60 |
| Binary | 101010 | 10111110 | 11001101 | 1010000 | 111 | 0 | 10100 | 10111010 | 1000010 | 110000 |
Color Harmonies of #2ABECD
Complementary color
Monochromatic Colors of #2ABECD
Black with #2ABECD
Text Example
Text Example
White with #2ABECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABECD; }
p { color: rgb(42,190,205); }
H1.HeaderClassName
{
color: #2ABECD;
}
.AnyTagClassName
{
color: #2ABECD;
}
</style>
background-color css
<style>
a { background-color: #2ABECD; }
a { background-color: rgb(42,190,205); }
div.DivClassName
{
background-color: #2ABECD;
}
.BgClassName
{
background-color: #2ABECD;
}
</style>
border-color css
<style>
span { border-color: #2ABECD; }
span { border-color: rgb(42,190,205); }
td.TdClassName
{
border-color: #2ABECD;
}
.TagClassName
{
border-color: #2ABECD;
}
</style>