Shades of Summer Sky #2ABBDD
Tints of Summer Sky #2ABBDD
RGB
CMYK
RGB Variations
Color information
#2ABBDD (or 0x2ABBDD) is known color: Summer Sky. HEX triplet: 2A, BB and DD. RGB value is (42,187,221). Sum of RGB (Red+Green+Blue) = 42+187+221=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ABBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBDD is #D54422. Grayscale: #939393. Windows color (decimal): -13976611 or 14531370. OLE color: 14531370.
HSL color Cylindrical-coordinate representation of color #2ABBDD: hue angle of 191.4º degrees, saturation: 0.72, 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 #2ABBDD is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 187 | 221 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.13 |
| HSL | 191.4º | 0.72% | 0.52% | - |
| HSV(B) | 191.4º | 0.81% | 0.87% | - |
| XYZ | 31.78 | 41.25 | 74.69 | - |
| YUV | 147.52 | 169.46 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 221 | 0.81 | 0.15 | 0 | 0.13 | 191.4 | 0.72 | 0.52 |
| Hex | 2A | BB | DD | 51 | F | 0 | D | BF | 48 | 34 |
| Octal | 52 | 273 | 335 | 121 | 17 | 0 | 15 | 277 | 110 | 64 |
| Binary | 101010 | 10111011 | 11011101 | 1010001 | 1111 | 0 | 1101 | 10111111 | 1001000 | 110100 |
Color Harmonies of #2ABBDD
Complementary color
Monochromatic Colors of #2ABBDD
Black with #2ABBDD
Text Example
Text Example
White with #2ABBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBDD; }
p { color: rgb(42,187,221); }
H1.HeaderClassName
{
color: #2ABBDD;
}
.AnyTagClassName
{
color: #2ABBDD;
}
</style>
background-color css
<style>
a { background-color: #2ABBDD; }
a { background-color: rgb(42,187,221); }
div.DivClassName
{
background-color: #2ABBDD;
}
.BgClassName
{
background-color: #2ABBDD;
}
</style>
border-color css
<style>
span { border-color: #2ABBDD; }
span { border-color: rgb(42,187,221); }
td.TdClassName
{
border-color: #2ABBDD;
}
.TagClassName
{
border-color: #2ABBDD;
}
</style>