Shades of Summer Sky #2ABAED
Tints of Summer Sky #2ABAED
RGB
CMYK
RGB Variations
Color information
#2ABAED (or 0x2ABAED) is known color: Summer Sky. HEX triplet: 2A, BA and ED. RGB value is (42,186,237). Sum of RGB (Red+Green+Blue) = 42+186+237=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ABAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABAED is #D54512. Grayscale: #949494. Windows color (decimal): -13976851 or 15579690. OLE color: 15579690.
HSL color Cylindrical-coordinate representation of color #2ABAED: hue angle of 195.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABAED is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 186 | 237 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.07 |
| HSL | 195.69º | 0.84% | 0.55% | - |
| HSV(B) | 195.69º | 0.82% | 0.93% | - |
| XYZ | 33.8 | 41.72 | 86.39 | - |
| YUV | 148.76 | 177.79 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 237 | 0.82 | 0.22 | 0 | 0.07 | 195.69 | 0.84 | 0.55 |
| Hex | 2A | BA | ED | 52 | 16 | 0 | 7 | C4 | 54 | 37 |
| Octal | 52 | 272 | 355 | 122 | 26 | 0 | 7 | 304 | 124 | 67 |
| Binary | 101010 | 10111010 | 11101101 | 1010010 | 10110 | 0 | 111 | 11000100 | 1010100 | 110111 |
Color Harmonies of #2ABAED
Complementary color
Monochromatic Colors of #2ABAED
Black with #2ABAED
Text Example
Text Example
White with #2ABAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABAED; }
p { color: rgb(42,186,237); }
H1.HeaderClassName
{
color: #2ABAED;
}
.AnyTagClassName
{
color: #2ABAED;
}
</style>
background-color css
<style>
a { background-color: #2ABAED; }
a { background-color: rgb(42,186,237); }
div.DivClassName
{
background-color: #2ABAED;
}
.BgClassName
{
background-color: #2ABAED;
}
</style>
border-color css
<style>
span { border-color: #2ABAED; }
span { border-color: rgb(42,186,237); }
td.TdClassName
{
border-color: #2ABAED;
}
.TagClassName
{
border-color: #2ABAED;
}
</style>