Shades of Summer Sky #2ABCD5
Tints of Summer Sky #2ABCD5
RGB
CMYK
RGB Variations
Color information
#2ABCD5 (or 0x2ABCD5) is known color: Summer Sky. HEX triplet: 2A, BC and D5. RGB value is (42,188,213). Sum of RGB (Red+Green+Blue) = 42+188+213=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #2ABCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCD5 is #D5432A. Grayscale: #929292. Windows color (decimal): -13976363 or 14007338. OLE color: 14007338.
HSL color Cylindrical-coordinate representation of color #2ABCD5: hue angle of 188.77º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABCD5 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 188 | 213 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.16 |
| HSL | 188.77º | 0.67% | 0.5% | - |
| HSV(B) | 188.77º | 0.8% | 0.84% | - |
| XYZ | 30.95 | 41.26 | 69.28 | - |
| YUV | 147.2 | 165.13 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 213 | 0.80 | 0.12 | 0 | 0.16 | 188.77 | 0.67 | 0.5 |
| Hex | 2A | BC | D5 | 50 | C | 0 | 10 | BD | 43 | 32 |
| Octal | 52 | 274 | 325 | 120 | 14 | 0 | 20 | 275 | 103 | 62 |
| Binary | 101010 | 10111100 | 11010101 | 1010000 | 1100 | 0 | 10000 | 10111101 | 1000011 | 110010 |
Color Harmonies of #2ABCD5
Complementary color
Monochromatic Colors of #2ABCD5
Black with #2ABCD5
Text Example
Text Example
White with #2ABCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCD5; }
p { color: rgb(42,188,213); }
H1.HeaderClassName
{
color: #2ABCD5;
}
.AnyTagClassName
{
color: #2ABCD5;
}
</style>
background-color css
<style>
a { background-color: #2ABCD5; }
a { background-color: rgb(42,188,213); }
div.DivClassName
{
background-color: #2ABCD5;
}
.BgClassName
{
background-color: #2ABCD5;
}
</style>
border-color css
<style>
span { border-color: #2ABCD5; }
span { border-color: rgb(42,188,213); }
td.TdClassName
{
border-color: #2ABCD5;
}
.TagClassName
{
border-color: #2ABCD5;
}
</style>