Shades of Summer Sky #2DBADB
Tints of Summer Sky #2DBADB
RGB
CMYK
RGB Variations
Color information
#2DBADB (or 0x2DBADB) is known color: Summer Sky. HEX triplet: 2D, BA and DB. RGB value is (45,186,219). Sum of RGB (Red+Green+Blue) = 45+186+219=450 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #2DBADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBADB is #D24524. Grayscale: #939393. Windows color (decimal): -13780261 or 14400045. OLE color: 14400045.
HSL color Cylindrical-coordinate representation of color #2DBADB: hue angle of 191.38º 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 #2DBADB is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 186 | 219 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.14 |
| HSL | 191.38º | 0.71% | 0.52% | - |
| HSV(B) | 191.38º | 0.79% | 0.86% | - |
| XYZ | 31.43 | 40.79 | 73.23 | - |
| YUV | 147.6 | 168.29 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 219 | 0.79 | 0.15 | 0 | 0.14 | 191.38 | 0.71 | 0.52 |
| Hex | 2D | BA | DB | 4F | F | 0 | E | BF | 47 | 34 |
| Octal | 55 | 272 | 333 | 117 | 17 | 0 | 16 | 277 | 107 | 64 |
| Binary | 101101 | 10111010 | 11011011 | 1001111 | 1111 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2DBADB
Complementary color
Monochromatic Colors of #2DBADB
Black with #2DBADB
Text Example
Text Example
White with #2DBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBADB; }
p { color: rgb(45,186,219); }
H1.HeaderClassName
{
color: #2DBADB;
}
.AnyTagClassName
{
color: #2DBADB;
}
</style>
background-color css
<style>
a { background-color: #2DBADB; }
a { background-color: rgb(45,186,219); }
div.DivClassName
{
background-color: #2DBADB;
}
.BgClassName
{
background-color: #2DBADB;
}
</style>
border-color css
<style>
span { border-color: #2DBADB; }
span { border-color: rgb(45,186,219); }
td.TdClassName
{
border-color: #2DBADB;
}
.TagClassName
{
border-color: #2DBADB;
}
</style>