Shades of Summer Sky #2ABADF
Tints of Summer Sky #2ABADF
RGB
CMYK
RGB Variations
Color information
#2ABADF (or 0x2ABADF) is known color: Summer Sky. HEX triplet: 2A, BA and DF. RGB value is (42,186,223). Sum of RGB (Red+Green+Blue) = 42+186+223=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ABADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABADF is #D54520. Grayscale: #929292. Windows color (decimal): -13976865 or 14662186. OLE color: 14662186.
HSL color Cylindrical-coordinate representation of color #2ABADF: hue angle of 192.27º degrees, saturation: 0.74, 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 #2ABADF is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 186 | 223 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.13 |
| HSL | 192.27º | 0.74% | 0.52% | - |
| HSV(B) | 192.27º | 0.81% | 0.87% | - |
| XYZ | 31.83 | 40.94 | 76.04 | - |
| YUV | 147.16 | 170.79 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 223 | 0.81 | 0.17 | 0 | 0.13 | 192.27 | 0.74 | 0.52 |
| Hex | 2A | BA | DF | 51 | 11 | 0 | D | C0 | 4A | 34 |
| Octal | 52 | 272 | 337 | 121 | 21 | 0 | 15 | 300 | 112 | 64 |
| Binary | 101010 | 10111010 | 11011111 | 1010001 | 10001 | 0 | 1101 | 11000000 | 1001010 | 110100 |
Color Harmonies of #2ABADF
Complementary color
Monochromatic Colors of #2ABADF
Black with #2ABADF
Text Example
Text Example
White with #2ABADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABADF; }
p { color: rgb(42,186,223); }
H1.HeaderClassName
{
color: #2ABADF;
}
.AnyTagClassName
{
color: #2ABADF;
}
</style>
background-color css
<style>
a { background-color: #2ABADF; }
a { background-color: rgb(42,186,223); }
div.DivClassName
{
background-color: #2ABADF;
}
.BgClassName
{
background-color: #2ABADF;
}
</style>
border-color css
<style>
span { border-color: #2ABADF; }
span { border-color: rgb(42,186,223); }
td.TdClassName
{
border-color: #2ABADF;
}
.TagClassName
{
border-color: #2ABADF;
}
</style>