Shades of Summer Sky #2DABCE
Tints of Summer Sky #2DABCE
RGB
CMYK
RGB Variations
Color information
#2DABCE (or 0x2DABCE) is known color: Summer Sky. HEX triplet: 2D, AB and CE. RGB value is (45,171,206). Sum of RGB (Red+Green+Blue) = 45+171+206=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABCE is #D25431. Grayscale: #898989. Windows color (decimal): -13784114 or 13544237. OLE color: 13544237.
HSL color Cylindrical-coordinate representation of color #2DABCE: hue angle of 193.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DABCE is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 171 | 206 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.19 |
| HSL | 193.04º | 0.64% | 0.49% | - |
| HSV(B) | 193.04º | 0.78% | 0.81% | - |
| XYZ | 26.79 | 34.14 | 63.57 | - |
| YUV | 137.32 | 166.76 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 206 | 0.78 | 0.17 | 0 | 0.19 | 193.04 | 0.64 | 0.49 |
| Hex | 2D | AB | CE | 4E | 11 | 0 | 13 | C1 | 40 | 31 |
| Octal | 55 | 253 | 316 | 116 | 21 | 0 | 23 | 301 | 100 | 61 |
| Binary | 101101 | 10101011 | 11001110 | 1001110 | 10001 | 0 | 10011 | 11000001 | 1000000 | 110001 |
Color Harmonies of #2DABCE
Complementary color
Monochromatic Colors of #2DABCE
Black with #2DABCE
Text Example
Text Example
White with #2DABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABCE; }
p { color: rgb(45,171,206); }
H1.HeaderClassName
{
color: #2DABCE;
}
.AnyTagClassName
{
color: #2DABCE;
}
</style>
background-color css
<style>
a { background-color: #2DABCE; }
a { background-color: rgb(45,171,206); }
div.DivClassName
{
background-color: #2DABCE;
}
.BgClassName
{
background-color: #2DABCE;
}
</style>
border-color css
<style>
span { border-color: #2DABCE; }
span { border-color: rgb(45,171,206); }
td.TdClassName
{
border-color: #2DABCE;
}
.TagClassName
{
border-color: #2DABCE;
}
</style>