Shades of Summer Sky #2DCADB
Tints of Summer Sky #2DCADB
RGB
CMYK
RGB Variations
Color information
#2DCADB (or 0x2DCADB) is known color: Summer Sky. HEX triplet: 2D, CA and DB. RGB value is (45,202,219). Sum of RGB (Red+Green+Blue) = 45+202+219=466 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.66% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #2DCADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCADB is #D23524. Grayscale: #9C9C9C. Windows color (decimal): -13776165 or 14404141. OLE color: 14404141.
HSL color Cylindrical-coordinate representation of color #2DCADB: hue angle of 185.86º 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 #2DCADB is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 202 | 219 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.14 |
| HSL | 185.86º | 0.71% | 0.52% | - |
| HSV(B) | 185.86º | 0.79% | 0.86% | - |
| XYZ | 34.99 | 47.91 | 74.42 | - |
| YUV | 157 | 162.99 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 219 | 0.79 | 0.08 | 0 | 0.14 | 185.86 | 0.71 | 0.52 |
| Hex | 2D | CA | DB | 4F | 8 | 0 | E | BA | 47 | 34 |
| Octal | 55 | 312 | 333 | 117 | 10 | 0 | 16 | 272 | 107 | 64 |
| Binary | 101101 | 11001010 | 11011011 | 1001111 | 1000 | 0 | 1110 | 10111010 | 1000111 | 110100 |
Color Harmonies of #2DCADB
Complementary color
Monochromatic Colors of #2DCADB
Black with #2DCADB
Text Example
Text Example
White with #2DCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCADB; }
p { color: rgb(45,202,219); }
H1.HeaderClassName
{
color: #2DCADB;
}
.AnyTagClassName
{
color: #2DCADB;
}
</style>
background-color css
<style>
a { background-color: #2DCADB; }
a { background-color: rgb(45,202,219); }
div.DivClassName
{
background-color: #2DCADB;
}
.BgClassName
{
background-color: #2DCADB;
}
</style>
border-color css
<style>
span { border-color: #2DCADB; }
span { border-color: rgb(45,202,219); }
td.TdClassName
{
border-color: #2DCADB;
}
.TagClassName
{
border-color: #2DCADB;
}
</style>