Shades of Summer Sky #2DABDB
Tints of Summer Sky #2DABDB
RGB
CMYK
RGB Variations
Color information
#2DABDB (or 0x2DABDB) is known color: Summer Sky. HEX triplet: 2D, AB and DB. RGB value is (45,171,219). Sum of RGB (Red+Green+Blue) = 45+171+219=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #2DABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABDB is #D25424. Grayscale: #8A8A8A. Windows color (decimal): -13784101 or 14396205. OLE color: 14396205.
HSL color Cylindrical-coordinate representation of color #2DABDB: hue angle of 196.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DABDB is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 171 | 219 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.14 |
| HSL | 196.55º | 0.71% | 0.52% | - |
| HSV(B) | 196.55º | 0.79% | 0.86% | - |
| XYZ | 28.43 | 34.8 | 72.24 | - |
| YUV | 138.8 | 173.26 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 219 | 0.79 | 0.22 | 0 | 0.14 | 196.55 | 0.71 | 0.52 |
| Hex | 2D | AB | DB | 4F | 16 | 0 | E | C5 | 47 | 34 |
| Octal | 55 | 253 | 333 | 117 | 26 | 0 | 16 | 305 | 107 | 64 |
| Binary | 101101 | 10101011 | 11011011 | 1001111 | 10110 | 0 | 1110 | 11000101 | 1000111 | 110100 |
Color Harmonies of #2DABDB
Complementary color
Monochromatic Colors of #2DABDB
Black with #2DABDB
Text Example
Text Example
White with #2DABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABDB; }
p { color: rgb(45,171,219); }
H1.HeaderClassName
{
color: #2DABDB;
}
.AnyTagClassName
{
color: #2DABDB;
}
</style>
background-color css
<style>
a { background-color: #2DABDB; }
a { background-color: rgb(45,171,219); }
div.DivClassName
{
background-color: #2DABDB;
}
.BgClassName
{
background-color: #2DABDB;
}
</style>
border-color css
<style>
span { border-color: #2DABDB; }
span { border-color: rgb(45,171,219); }
td.TdClassName
{
border-color: #2DABDB;
}
.TagClassName
{
border-color: #2DABDB;
}
</style>