Shades of Summer Sky #2ABEDE
Tints of Summer Sky #2ABEDE
RGB
CMYK
RGB Variations
Color information
#2ABEDE (or 0x2ABEDE) is known color: Summer Sky. HEX triplet: 2A, BE and DE. RGB value is (42,190,222). Sum of RGB (Red+Green+Blue) = 42+190+222=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #2ABEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEDE is #D54121. Grayscale: #959595. Windows color (decimal): -13975842 or 14597674. OLE color: 14597674.
HSL color Cylindrical-coordinate representation of color #2ABEDE: hue angle of 190.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABEDE is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 190 | 222 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.13 |
| HSL | 190.67º | 0.73% | 0.52% | - |
| HSV(B) | 190.67º | 0.81% | 0.87% | - |
| XYZ | 32.55 | 42.59 | 75.61 | - |
| YUV | 149.4 | 168.97 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 222 | 0.81 | 0.14 | 0 | 0.13 | 190.67 | 0.73 | 0.52 |
| Hex | 2A | BE | DE | 51 | E | 0 | D | BF | 49 | 34 |
| Octal | 52 | 276 | 336 | 121 | 16 | 0 | 15 | 277 | 111 | 64 |
| Binary | 101010 | 10111110 | 11011110 | 1010001 | 1110 | 0 | 1101 | 10111111 | 1001001 | 110100 |
Color Harmonies of #2ABEDE
Complementary color
Monochromatic Colors of #2ABEDE
Black with #2ABEDE
Text Example
Text Example
White with #2ABEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEDE; }
p { color: rgb(42,190,222); }
H1.HeaderClassName
{
color: #2ABEDE;
}
.AnyTagClassName
{
color: #2ABEDE;
}
</style>
background-color css
<style>
a { background-color: #2ABEDE; }
a { background-color: rgb(42,190,222); }
div.DivClassName
{
background-color: #2ABEDE;
}
.BgClassName
{
background-color: #2ABEDE;
}
</style>
border-color css
<style>
span { border-color: #2ABEDE; }
span { border-color: rgb(42,190,222); }
td.TdClassName
{
border-color: #2ABEDE;
}
.TagClassName
{
border-color: #2ABEDE;
}
</style>