Shades of Summer Sky #2ABBDE
Tints of Summer Sky #2ABBDE
RGB
CMYK
RGB Variations
Color information
#2ABBDE (or 0x2ABBDE) is known color: Summer Sky. HEX triplet: 2A, BB and DE. RGB value is (42,187,222). Sum of RGB (Red+Green+Blue) = 42+187+222=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #2ABBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBDE is #D54421. Grayscale: #939393. Windows color (decimal): -13976610 or 14596906. OLE color: 14596906.
HSL color Cylindrical-coordinate representation of color #2ABBDE: hue angle of 191.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 #2ABBDE is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 187 | 222 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.13 |
| HSL | 191.67º | 0.73% | 0.52% | - |
| HSV(B) | 191.67º | 0.81% | 0.87% | - |
| XYZ | 31.91 | 41.31 | 75.4 | - |
| YUV | 147.64 | 169.96 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 222 | 0.81 | 0.16 | 0 | 0.13 | 191.67 | 0.73 | 0.52 |
| Hex | 2A | BB | DE | 51 | 10 | 0 | D | C0 | 49 | 34 |
| Octal | 52 | 273 | 336 | 121 | 20 | 0 | 15 | 300 | 111 | 64 |
| Binary | 101010 | 10111011 | 11011110 | 1010001 | 10000 | 0 | 1101 | 11000000 | 1001001 | 110100 |
Color Harmonies of #2ABBDE
Complementary color
Monochromatic Colors of #2ABBDE
Black with #2ABBDE
Text Example
Text Example
White with #2ABBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBDE; }
p { color: rgb(42,187,222); }
H1.HeaderClassName
{
color: #2ABBDE;
}
.AnyTagClassName
{
color: #2ABBDE;
}
</style>
background-color css
<style>
a { background-color: #2ABBDE; }
a { background-color: rgb(42,187,222); }
div.DivClassName
{
background-color: #2ABBDE;
}
.BgClassName
{
background-color: #2ABBDE;
}
</style>
border-color css
<style>
span { border-color: #2ABBDE; }
span { border-color: rgb(42,187,222); }
td.TdClassName
{
border-color: #2ABBDE;
}
.TagClassName
{
border-color: #2ABBDE;
}
</style>