Shades of Summer Sky #2ABCED
Tints of Summer Sky #2ABCED
RGB
CMYK
RGB Variations
Color information
#2ABCED (or 0x2ABCED) is known color: Summer Sky. HEX triplet: 2A, BC and ED. RGB value is (42,188,237). Sum of RGB (Red+Green+Blue) = 42+188+237=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ABCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCED is #D54312. Grayscale: #959595. Windows color (decimal): -13976339 or 15580202. OLE color: 15580202.
HSL color Cylindrical-coordinate representation of color #2ABCED: hue angle of 195.08º 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 #2ABCED is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 188 | 237 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.07 |
| HSL | 195.08º | 0.84% | 0.55% | - |
| HSV(B) | 195.08º | 0.82% | 0.93% | - |
| XYZ | 34.22 | 42.57 | 86.53 | - |
| YUV | 149.93 | 177.13 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 237 | 0.82 | 0.21 | 0 | 0.07 | 195.08 | 0.84 | 0.55 |
| Hex | 2A | BC | ED | 52 | 15 | 0 | 7 | C3 | 54 | 37 |
| Octal | 52 | 274 | 355 | 122 | 25 | 0 | 7 | 303 | 124 | 67 |
| Binary | 101010 | 10111100 | 11101101 | 1010010 | 10101 | 0 | 111 | 11000011 | 1010100 | 110111 |
Color Harmonies of #2ABCED
Complementary color
Monochromatic Colors of #2ABCED
Black with #2ABCED
Text Example
Text Example
White with #2ABCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCED; }
p { color: rgb(42,188,237); }
H1.HeaderClassName
{
color: #2ABCED;
}
.AnyTagClassName
{
color: #2ABCED;
}
</style>
background-color css
<style>
a { background-color: #2ABCED; }
a { background-color: rgb(42,188,237); }
div.DivClassName
{
background-color: #2ABCED;
}
.BgClassName
{
background-color: #2ABCED;
}
</style>
border-color css
<style>
span { border-color: #2ABCED; }
span { border-color: rgb(42,188,237); }
td.TdClassName
{
border-color: #2ABCED;
}
.TagClassName
{
border-color: #2ABCED;
}
</style>