Shades of Summer Sky #2ABADE
Tints of Summer Sky #2ABADE
RGB
CMYK
RGB Variations
Color information
#2ABADE (or 0x2ABADE) is known color: Summer Sky. HEX triplet: 2A, BA and DE. RGB value is (42,186,222). Sum of RGB (Red+Green+Blue) = 42+186+222=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #2ABADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABADE is #D54521. Grayscale: #929292. Windows color (decimal): -13976866 or 14596650. OLE color: 14596650.
HSL color Cylindrical-coordinate representation of color #2ABADE: hue angle of 192º degrees, saturation: 0.73, 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 #2ABADE is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 186 | 222 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.13 |
| HSL | 192º | 0.73% | 0.52% | - |
| HSV(B) | 192º | 0.81% | 0.87% | - |
| XYZ | 31.7 | 40.88 | 75.33 | - |
| YUV | 147.05 | 170.29 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 222 | 0.81 | 0.16 | 0 | 0.13 | 192 | 0.73 | 0.52 |
| Hex | 2A | BA | DE | 51 | 10 | 0 | D | C0 | 49 | 34 |
| Octal | 52 | 272 | 336 | 121 | 20 | 0 | 15 | 300 | 111 | 64 |
| Binary | 101010 | 10111010 | 11011110 | 1010001 | 10000 | 0 | 1101 | 11000000 | 1001001 | 110100 |
Color Harmonies of #2ABADE
Complementary color
Monochromatic Colors of #2ABADE
Black with #2ABADE
Text Example
Text Example
White with #2ABADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABADE; }
p { color: rgb(42,186,222); }
H1.HeaderClassName
{
color: #2ABADE;
}
.AnyTagClassName
{
color: #2ABADE;
}
</style>
background-color css
<style>
a { background-color: #2ABADE; }
a { background-color: rgb(42,186,222); }
div.DivClassName
{
background-color: #2ABADE;
}
.BgClassName
{
background-color: #2ABADE;
}
</style>
border-color css
<style>
span { border-color: #2ABADE; }
span { border-color: rgb(42,186,222); }
td.TdClassName
{
border-color: #2ABADE;
}
.TagClassName
{
border-color: #2ABADE;
}
</style>