Shades of Summer Sky #2ABDCB
Tints of Summer Sky #2ABDCB
RGB
CMYK
RGB Variations
Color information
#2ABDCB (or 0x2ABDCB) is known color: Summer Sky. HEX triplet: 2A, BD and CB. RGB value is (42,189,203). Sum of RGB (Red+Green+Blue) = 42+189+203=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #2ABDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDCB is #D54234. Grayscale: #929292. Windows color (decimal): -13976117 or 13352234. OLE color: 13352234.
HSL color Cylindrical-coordinate representation of color #2ABDCB: hue angle of 185.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABDCB is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 189 | 203 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.20 |
| HSL | 185.22º | 0.66% | 0.48% | - |
| HSV(B) | 185.22º | 0.79% | 0.8% | - |
| XYZ | 29.93 | 41.2 | 62.87 | - |
| YUV | 146.64 | 159.8 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 203 | 0.79 | 0.07 | 0 | 0.20 | 185.22 | 0.66 | 0.48 |
| Hex | 2A | BD | CB | 4F | 7 | 0 | 14 | B9 | 42 | 30 |
| Octal | 52 | 275 | 313 | 117 | 7 | 0 | 24 | 271 | 102 | 60 |
| Binary | 101010 | 10111101 | 11001011 | 1001111 | 111 | 0 | 10100 | 10111001 | 1000010 | 110000 |
Color Harmonies of #2ABDCB
Complementary color
Monochromatic Colors of #2ABDCB
Black with #2ABDCB
Text Example
Text Example
White with #2ABDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDCB; }
p { color: rgb(42,189,203); }
H1.HeaderClassName
{
color: #2ABDCB;
}
.AnyTagClassName
{
color: #2ABDCB;
}
</style>
background-color css
<style>
a { background-color: #2ABDCB; }
a { background-color: rgb(42,189,203); }
div.DivClassName
{
background-color: #2ABDCB;
}
.BgClassName
{
background-color: #2ABDCB;
}
</style>
border-color css
<style>
span { border-color: #2ABDCB; }
span { border-color: rgb(42,189,203); }
td.TdClassName
{
border-color: #2ABDCB;
}
.TagClassName
{
border-color: #2ABDCB;
}
</style>