Shades of Summer Sky #2DABEC
Tints of Summer Sky #2DABEC
RGB
CMYK
RGB Variations
Color information
#2DABEC (or 0x2DABEC) is known color: Summer Sky. HEX triplet: 2D, AB and EC. RGB value is (45,171,236). Sum of RGB (Red+Green+Blue) = 45+171+236=452 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.96% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DABEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DABEC is #D25413. Grayscale: #8C8C8C. Windows color (decimal): -13784084 or 15510317. OLE color: 15510317.
HSL color Cylindrical-coordinate representation of color #2DABEC: hue angle of 200.42º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DABEC is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 171 | 236 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.07 |
| HSL | 200.42º | 0.83% | 0.55% | - |
| HSV(B) | 200.42º | 0.81% | 0.93% | - |
| XYZ | 30.79 | 35.74 | 84.63 | - |
| YUV | 140.74 | 181.76 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 236 | 0.81 | 0.28 | 0 | 0.07 | 200.42 | 0.83 | 0.55 |
| Hex | 2D | AB | EC | 51 | 1C | 0 | 7 | C8 | 53 | 37 |
| Octal | 55 | 253 | 354 | 121 | 34 | 0 | 7 | 310 | 123 | 67 |
| Binary | 101101 | 10101011 | 11101100 | 1010001 | 11100 | 0 | 111 | 11001000 | 1010011 | 110111 |
Color Harmonies of #2DABEC
Complementary color
Monochromatic Colors of #2DABEC
Black with #2DABEC
Text Example
Text Example
White with #2DABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABEC; }
p { color: rgb(45,171,236); }
H1.HeaderClassName
{
color: #2DABEC;
}
.AnyTagClassName
{
color: #2DABEC;
}
</style>
background-color css
<style>
a { background-color: #2DABEC; }
a { background-color: rgb(45,171,236); }
div.DivClassName
{
background-color: #2DABEC;
}
.BgClassName
{
background-color: #2DABEC;
}
</style>
border-color css
<style>
span { border-color: #2DABEC; }
span { border-color: rgb(45,171,236); }
td.TdClassName
{
border-color: #2DABEC;
}
.TagClassName
{
border-color: #2DABEC;
}
</style>