Shades of Summer Sky #2ABDC9
Tints of Summer Sky #2ABDC9
RGB
CMYK
RGB Variations
Color information
#2ABDC9 (or 0x2ABDC9) is known color: Summer Sky. HEX triplet: 2A, BD and C9. RGB value is (42,189,201). Sum of RGB (Red+Green+Blue) = 42+189+201=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #2ABDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDC9 is #D54236. Grayscale: #929292. Windows color (decimal): -13976119 or 13221162. OLE color: 13221162.
HSL color Cylindrical-coordinate representation of color #2ABDC9: hue angle of 184.53º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABDC9 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 189 | 201 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.21 |
| HSL | 184.53º | 0.65% | 0.48% | - |
| HSV(B) | 184.53º | 0.79% | 0.79% | - |
| XYZ | 29.7 | 41.1 | 61.63 | - |
| YUV | 146.42 | 158.8 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 201 | 0.79 | 0.06 | 0 | 0.21 | 184.53 | 0.65 | 0.48 |
| Hex | 2A | BD | C9 | 4F | 6 | 0 | 15 | B9 | 41 | 30 |
| Octal | 52 | 275 | 311 | 117 | 6 | 0 | 25 | 271 | 101 | 60 |
| Binary | 101010 | 10111101 | 11001001 | 1001111 | 110 | 0 | 10101 | 10111001 | 1000001 | 110000 |
Color Harmonies of #2ABDC9
Complementary color
Monochromatic Colors of #2ABDC9
Black with #2ABDC9
Text Example
Text Example
White with #2ABDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDC9; }
p { color: rgb(42,189,201); }
H1.HeaderClassName
{
color: #2ABDC9;
}
.AnyTagClassName
{
color: #2ABDC9;
}
</style>
background-color css
<style>
a { background-color: #2ABDC9; }
a { background-color: rgb(42,189,201); }
div.DivClassName
{
background-color: #2ABDC9;
}
.BgClassName
{
background-color: #2ABDC9;
}
</style>
border-color css
<style>
span { border-color: #2ABDC9; }
span { border-color: rgb(42,189,201); }
td.TdClassName
{
border-color: #2ABDC9;
}
.TagClassName
{
border-color: #2ABDC9;
}
</style>