Shades of Summer Sky #2ABADD
Tints of Summer Sky #2ABADD
RGB
CMYK
RGB Variations
Color information
#2ABADD (or 0x2ABADD) is known color: Summer Sky. HEX triplet: 2A, BA and DD. RGB value is (42,186,221). Sum of RGB (Red+Green+Blue) = 42+186+221=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ABADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABADD is #D54522. Grayscale: #929292. Windows color (decimal): -13976867 or 14531114. OLE color: 14531114.
HSL color Cylindrical-coordinate representation of color #2ABADD: hue angle of 191.73º 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 #2ABADD is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 186 | 221 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.13 |
| HSL | 191.73º | 0.72% | 0.52% | - |
| HSV(B) | 191.73º | 0.81% | 0.87% | - |
| XYZ | 31.56 | 40.83 | 74.62 | - |
| YUV | 146.93 | 169.79 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 221 | 0.81 | 0.16 | 0 | 0.13 | 191.73 | 0.72 | 0.52 |
| Hex | 2A | BA | DD | 51 | 10 | 0 | D | C0 | 48 | 34 |
| Octal | 52 | 272 | 335 | 121 | 20 | 0 | 15 | 300 | 110 | 64 |
| Binary | 101010 | 10111010 | 11011101 | 1010001 | 10000 | 0 | 1101 | 11000000 | 1001000 | 110100 |
Color Harmonies of #2ABADD
Complementary color
Monochromatic Colors of #2ABADD
Black with #2ABADD
Text Example
Text Example
White with #2ABADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABADD; }
p { color: rgb(42,186,221); }
H1.HeaderClassName
{
color: #2ABADD;
}
.AnyTagClassName
{
color: #2ABADD;
}
</style>
background-color css
<style>
a { background-color: #2ABADD; }
a { background-color: rgb(42,186,221); }
div.DivClassName
{
background-color: #2ABADD;
}
.BgClassName
{
background-color: #2ABADD;
}
</style>
border-color css
<style>
span { border-color: #2ABADD; }
span { border-color: rgb(42,186,221); }
td.TdClassName
{
border-color: #2ABADD;
}
.TagClassName
{
border-color: #2ABADD;
}
</style>