Shades of Summer Sky #2DADCA
Tints of Summer Sky #2DADCA
RGB
CMYK
RGB Variations
Color information
#2DADCA (or 0x2DADCA) is known color: Summer Sky. HEX triplet: 2D, AD and CA. RGB value is (45,173,202). Sum of RGB (Red+Green+Blue) = 45+173+202=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #2DADCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DADCA is #D25235. Grayscale: #898989. Windows color (decimal): -13783606 or 13282605. OLE color: 13282605.
HSL color Cylindrical-coordinate representation of color #2DADCA: hue angle of 191.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DADCA is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 173 | 202 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.21 |
| HSL | 191.08º | 0.64% | 0.48% | - |
| HSV(B) | 191.08º | 0.78% | 0.79% | - |
| XYZ | 26.69 | 34.71 | 61.17 | - |
| YUV | 138.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 202 | 0.78 | 0.14 | 0 | 0.21 | 191.08 | 0.64 | 0.48 |
| Hex | 2D | AD | CA | 4E | E | 0 | 15 | BF | 40 | 30 |
| Octal | 55 | 255 | 312 | 116 | 16 | 0 | 25 | 277 | 100 | 60 |
| Binary | 101101 | 10101101 | 11001010 | 1001110 | 1110 | 0 | 10101 | 10111111 | 1000000 | 110000 |
Color Harmonies of #2DADCA
Complementary color
Monochromatic Colors of #2DADCA
Black with #2DADCA
Text Example
Text Example
White with #2DADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADCA; }
p { color: rgb(45,173,202); }
H1.HeaderClassName
{
color: #2DADCA;
}
.AnyTagClassName
{
color: #2DADCA;
}
</style>
background-color css
<style>
a { background-color: #2DADCA; }
a { background-color: rgb(45,173,202); }
div.DivClassName
{
background-color: #2DADCA;
}
.BgClassName
{
background-color: #2DADCA;
}
</style>
border-color css
<style>
span { border-color: #2DADCA; }
span { border-color: rgb(45,173,202); }
td.TdClassName
{
border-color: #2DADCA;
}
.TagClassName
{
border-color: #2DADCA;
}
</style>