Shades of Summer Sky #2ABCDB
Tints of Summer Sky #2ABCDB
RGB
CMYK
RGB Variations
Color information
#2ABCDB (or 0x2ABCDB) is known color: Summer Sky. HEX triplet: 2A, BC and DB. RGB value is (42,188,219). Sum of RGB (Red+Green+Blue) = 42+188+219=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ABCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCDB is #D54324. Grayscale: #939393. Windows color (decimal): -13976357 or 14400554. OLE color: 14400554.
HSL color Cylindrical-coordinate representation of color #2ABCDB: hue angle of 190.51º 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 #2ABCDB is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 188 | 219 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.14 |
| HSL | 190.51º | 0.71% | 0.51% | - |
| HSV(B) | 190.51º | 0.81% | 0.86% | - |
| XYZ | 31.72 | 41.57 | 73.37 | - |
| YUV | 147.88 | 168.13 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 219 | 0.81 | 0.14 | 0 | 0.14 | 190.51 | 0.71 | 0.51 |
| Hex | 2A | BC | DB | 51 | E | 0 | E | BF | 47 | 33 |
| Octal | 52 | 274 | 333 | 121 | 16 | 0 | 16 | 277 | 107 | 63 |
| Binary | 101010 | 10111100 | 11011011 | 1010001 | 1110 | 0 | 1110 | 10111111 | 1000111 | 110011 |
Color Harmonies of #2ABCDB
Complementary color
Monochromatic Colors of #2ABCDB
Black with #2ABCDB
Text Example
Text Example
White with #2ABCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCDB; }
p { color: rgb(42,188,219); }
H1.HeaderClassName
{
color: #2ABCDB;
}
.AnyTagClassName
{
color: #2ABCDB;
}
</style>
background-color css
<style>
a { background-color: #2ABCDB; }
a { background-color: rgb(42,188,219); }
div.DivClassName
{
background-color: #2ABCDB;
}
.BgClassName
{
background-color: #2ABCDB;
}
</style>
border-color css
<style>
span { border-color: #2ABCDB; }
span { border-color: rgb(42,188,219); }
td.TdClassName
{
border-color: #2ABCDB;
}
.TagClassName
{
border-color: #2ABCDB;
}
</style>