Shades of Summer Sky #2DCADD
Tints of Summer Sky #2DCADD
RGB
CMYK
RGB Variations
Color information
#2DCADD (or 0x2DCADD) is known color: Summer Sky. HEX triplet: 2D, CA and DD. RGB value is (45,202,221). Sum of RGB (Red+Green+Blue) = 45+202+221=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DCADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCADD is #D23522. Grayscale: #9C9C9C. Windows color (decimal): -13776163 or 14535213. OLE color: 14535213.
HSL color Cylindrical-coordinate representation of color #2DCADD: hue angle of 186.48º 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 #2DCADD is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 202 | 221 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.13 |
| HSL | 186.48º | 0.72% | 0.52% | - |
| HSV(B) | 186.48º | 0.8% | 0.87% | - |
| XYZ | 35.25 | 48.02 | 75.82 | - |
| YUV | 157.22 | 163.99 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 221 | 0.80 | 0.09 | 0 | 0.13 | 186.48 | 0.72 | 0.52 |
| Hex | 2D | CA | DD | 50 | 9 | 0 | D | BA | 48 | 34 |
| Octal | 55 | 312 | 335 | 120 | 11 | 0 | 15 | 272 | 110 | 64 |
| Binary | 101101 | 11001010 | 11011101 | 1010000 | 1001 | 0 | 1101 | 10111010 | 1001000 | 110100 |
Color Harmonies of #2DCADD
Complementary color
Monochromatic Colors of #2DCADD
Black with #2DCADD
Text Example
Text Example
White with #2DCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCADD; }
p { color: rgb(45,202,221); }
H1.HeaderClassName
{
color: #2DCADD;
}
.AnyTagClassName
{
color: #2DCADD;
}
</style>
background-color css
<style>
a { background-color: #2DCADD; }
a { background-color: rgb(45,202,221); }
div.DivClassName
{
background-color: #2DCADD;
}
.BgClassName
{
background-color: #2DCADD;
}
</style>
border-color css
<style>
span { border-color: #2DCADD; }
span { border-color: rgb(45,202,221); }
td.TdClassName
{
border-color: #2DCADD;
}
.TagClassName
{
border-color: #2DCADD;
}
</style>