Shades of Summer Sky #2ABBDB
Tints of Summer Sky #2ABBDB
RGB
CMYK
RGB Variations
Color information
#2ABBDB (or 0x2ABBDB) is known color: Summer Sky. HEX triplet: 2A, BB and DB. RGB value is (42,187,219). Sum of RGB (Red+Green+Blue) = 42+187+219=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ABBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBDB is #D54424. Grayscale: #939393. Windows color (decimal): -13976613 or 14400298. OLE color: 14400298.
HSL color Cylindrical-coordinate representation of color #2ABBDB: hue angle of 190.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABBDB is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 187 | 219 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.14 |
| HSL | 190.85º | 0.71% | 0.51% | - |
| HSV(B) | 190.85º | 0.81% | 0.86% | - |
| XYZ | 31.51 | 41.15 | 73.3 | - |
| YUV | 147.29 | 168.46 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 219 | 0.81 | 0.15 | 0 | 0.14 | 190.85 | 0.71 | 0.51 |
| Hex | 2A | BB | DB | 51 | F | 0 | E | BF | 47 | 33 |
| Octal | 52 | 273 | 333 | 121 | 17 | 0 | 16 | 277 | 107 | 63 |
| Binary | 101010 | 10111011 | 11011011 | 1010001 | 1111 | 0 | 1110 | 10111111 | 1000111 | 110011 |
Color Harmonies of #2ABBDB
Complementary color
Monochromatic Colors of #2ABBDB
Black with #2ABBDB
Text Example
Text Example
White with #2ABBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBDB; }
p { color: rgb(42,187,219); }
H1.HeaderClassName
{
color: #2ABBDB;
}
.AnyTagClassName
{
color: #2ABBDB;
}
</style>
background-color css
<style>
a { background-color: #2ABBDB; }
a { background-color: rgb(42,187,219); }
div.DivClassName
{
background-color: #2ABBDB;
}
.BgClassName
{
background-color: #2ABBDB;
}
</style>
border-color css
<style>
span { border-color: #2ABBDB; }
span { border-color: rgb(42,187,219); }
td.TdClassName
{
border-color: #2ABBDB;
}
.TagClassName
{
border-color: #2ABBDB;
}
</style>