Shades of Summer Sky #2ABEDA
Tints of Summer Sky #2ABEDA
RGB
CMYK
RGB Variations
Color information
#2ABEDA (or 0x2ABEDA) is known color: Summer Sky. HEX triplet: 2A, BE and DA. RGB value is (42,190,218). Sum of RGB (Red+Green+Blue) = 42+190+218=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #2ABEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEDA is #D54125. Grayscale: #949494. Windows color (decimal): -13975846 or 14335530. OLE color: 14335530.
HSL color Cylindrical-coordinate representation of color #2ABEDA: hue angle of 189.55º 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 #2ABEDA is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 190 | 218 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.15 |
| HSL | 189.55º | 0.7% | 0.51% | - |
| HSV(B) | 189.55º | 0.81% | 0.85% | - |
| XYZ | 32.02 | 42.38 | 72.82 | - |
| YUV | 148.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 218 | 0.81 | 0.13 | 0 | 0.15 | 189.55 | 0.7 | 0.51 |
| Hex | 2A | BE | DA | 51 | D | 0 | F | BE | 46 | 33 |
| Octal | 52 | 276 | 332 | 121 | 15 | 0 | 17 | 276 | 106 | 63 |
| Binary | 101010 | 10111110 | 11011010 | 1010001 | 1101 | 0 | 1111 | 10111110 | 1000110 | 110011 |
Color Harmonies of #2ABEDA
Complementary color
Monochromatic Colors of #2ABEDA
Black with #2ABEDA
Text Example
Text Example
White with #2ABEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEDA; }
p { color: rgb(42,190,218); }
H1.HeaderClassName
{
color: #2ABEDA;
}
.AnyTagClassName
{
color: #2ABEDA;
}
</style>
background-color css
<style>
a { background-color: #2ABEDA; }
a { background-color: rgb(42,190,218); }
div.DivClassName
{
background-color: #2ABEDA;
}
.BgClassName
{
background-color: #2ABEDA;
}
</style>
border-color css
<style>
span { border-color: #2ABEDA; }
span { border-color: rgb(42,190,218); }
td.TdClassName
{
border-color: #2ABEDA;
}
.TagClassName
{
border-color: #2ABEDA;
}
</style>