Shades of Summer Sky #2ABBDA
Tints of Summer Sky #2ABBDA
RGB
CMYK
RGB Variations
Color information
#2ABBDA (or 0x2ABBDA) is known color: Summer Sky. HEX triplet: 2A, BB and DA. RGB value is (42,187,218). Sum of RGB (Red+Green+Blue) = 42+187+218=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #2ABBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBDA is #D54425. Grayscale: #929292. Windows color (decimal): -13976614 or 14334762. OLE color: 14334762.
HSL color Cylindrical-coordinate representation of color #2ABBDA: hue angle of 190.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABBDA is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 187 | 218 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.15 |
| HSL | 190.57º | 0.7% | 0.51% | - |
| HSV(B) | 190.57º | 0.81% | 0.85% | - |
| XYZ | 31.38 | 41.09 | 72.61 | - |
| YUV | 147.18 | 167.96 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 218 | 0.81 | 0.14 | 0 | 0.15 | 190.57 | 0.7 | 0.51 |
| Hex | 2A | BB | DA | 51 | E | 0 | F | BF | 46 | 33 |
| Octal | 52 | 273 | 332 | 121 | 16 | 0 | 17 | 277 | 106 | 63 |
| Binary | 101010 | 10111011 | 11011010 | 1010001 | 1110 | 0 | 1111 | 10111111 | 1000110 | 110011 |
Color Harmonies of #2ABBDA
Complementary color
Monochromatic Colors of #2ABBDA
Black with #2ABBDA
Text Example
Text Example
White with #2ABBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBDA; }
p { color: rgb(42,187,218); }
H1.HeaderClassName
{
color: #2ABBDA;
}
.AnyTagClassName
{
color: #2ABBDA;
}
</style>
background-color css
<style>
a { background-color: #2ABBDA; }
a { background-color: rgb(42,187,218); }
div.DivClassName
{
background-color: #2ABBDA;
}
.BgClassName
{
background-color: #2ABBDA;
}
</style>
border-color css
<style>
span { border-color: #2ABBDA; }
span { border-color: rgb(42,187,218); }
td.TdClassName
{
border-color: #2ABBDA;
}
.TagClassName
{
border-color: #2ABBDA;
}
</style>