Shades of Summer Sky #2DABCB
Tints of Summer Sky #2DABCB
RGB
CMYK
RGB Variations
Color information
#2DABCB (or 0x2DABCB) is known color: Summer Sky. HEX triplet: 2D, AB and CB. RGB value is (45,171,203). Sum of RGB (Red+Green+Blue) = 45+171+203=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #2DABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABCB is #D25434. Grayscale: #888888. Windows color (decimal): -13784117 or 13347629. OLE color: 13347629.
HSL color Cylindrical-coordinate representation of color #2DABCB: hue angle of 192.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DABCB is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 171 | 203 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.20 |
| HSL | 192.15º | 0.64% | 0.49% | - |
| HSV(B) | 192.15º | 0.78% | 0.8% | - |
| XYZ | 26.42 | 34 | 61.67 | - |
| YUV | 136.97 | 165.26 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 203 | 0.78 | 0.16 | 0 | 0.20 | 192.15 | 0.64 | 0.49 |
| Hex | 2D | AB | CB | 4E | 10 | 0 | 14 | C0 | 40 | 31 |
| Octal | 55 | 253 | 313 | 116 | 20 | 0 | 24 | 300 | 100 | 61 |
| Binary | 101101 | 10101011 | 11001011 | 1001110 | 10000 | 0 | 10100 | 11000000 | 1000000 | 110001 |
Color Harmonies of #2DABCB
Complementary color
Monochromatic Colors of #2DABCB
Black with #2DABCB
Text Example
Text Example
White with #2DABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABCB; }
p { color: rgb(45,171,203); }
H1.HeaderClassName
{
color: #2DABCB;
}
.AnyTagClassName
{
color: #2DABCB;
}
</style>
background-color css
<style>
a { background-color: #2DABCB; }
a { background-color: rgb(45,171,203); }
div.DivClassName
{
background-color: #2DABCB;
}
.BgClassName
{
background-color: #2DABCB;
}
</style>
border-color css
<style>
span { border-color: #2DABCB; }
span { border-color: rgb(45,171,203); }
td.TdClassName
{
border-color: #2DABCB;
}
.TagClassName
{
border-color: #2DABCB;
}
</style>