Shades of Summer Sky #2DABDD
Tints of Summer Sky #2DABDD
RGB
CMYK
RGB Variations
Color information
#2DABDD (or 0x2DABDD) is known color: Summer Sky. HEX triplet: 2D, AB and DD. RGB value is (45,171,221). Sum of RGB (Red+Green+Blue) = 45+171+221=437 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.30% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABDD is #D25422. Grayscale: #8A8A8A. Windows color (decimal): -13784099 or 14527277. OLE color: 14527277.
HSL color Cylindrical-coordinate representation of color #2DABDD: hue angle of 197.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DABDD is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 171 | 221 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.13 |
| HSL | 197.05º | 0.72% | 0.52% | - |
| HSV(B) | 197.05º | 0.8% | 0.87% | - |
| XYZ | 28.7 | 34.9 | 73.63 | - |
| YUV | 139.03 | 174.26 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 221 | 0.80 | 0.23 | 0 | 0.13 | 197.05 | 0.72 | 0.52 |
| Hex | 2D | AB | DD | 50 | 17 | 0 | D | C5 | 48 | 34 |
| Octal | 55 | 253 | 335 | 120 | 27 | 0 | 15 | 305 | 110 | 64 |
| Binary | 101101 | 10101011 | 11011101 | 1010000 | 10111 | 0 | 1101 | 11000101 | 1001000 | 110100 |
Color Harmonies of #2DABDD
Complementary color
Monochromatic Colors of #2DABDD
Black with #2DABDD
Text Example
Text Example
White with #2DABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABDD; }
p { color: rgb(45,171,221); }
H1.HeaderClassName
{
color: #2DABDD;
}
.AnyTagClassName
{
color: #2DABDD;
}
</style>
background-color css
<style>
a { background-color: #2DABDD; }
a { background-color: rgb(45,171,221); }
div.DivClassName
{
background-color: #2DABDD;
}
.BgClassName
{
background-color: #2DABDD;
}
</style>
border-color css
<style>
span { border-color: #2DABDD; }
span { border-color: rgb(45,171,221); }
td.TdClassName
{
border-color: #2DABDD;
}
.TagClassName
{
border-color: #2DABDD;
}
</style>