Shades of Summer Sky #2DA1CE
Tints of Summer Sky #2DA1CE
RGB
CMYK
RGB Variations
Color information
#2DA1CE (or 0x2DA1CE) is known color: Summer Sky. HEX triplet: 2D, A1 and CE. RGB value is (45,161,206). Sum of RGB (Red+Green+Blue) = 45+161+206=412 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.92% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DA1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DA1CE is #D25E31. Grayscale: #838383. Windows color (decimal): -13786674 or 13541677. OLE color: 13541677.
HSL color Cylindrical-coordinate representation of color #2DA1CE: hue angle of 196.77º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DA1CE is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 161 | 206 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.19 |
| HSL | 196.77º | 0.64% | 0.49% | - |
| HSV(B) | 196.77º | 0.78% | 0.81% | - |
| XYZ | 24.97 | 30.5 | 62.96 | - |
| YUV | 131.45 | 170.07 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 161 | 206 | 0.78 | 0.22 | 0 | 0.19 | 196.77 | 0.64 | 0.49 |
| Hex | 2D | A1 | CE | 4E | 16 | 0 | 13 | C5 | 40 | 31 |
| Octal | 55 | 241 | 316 | 116 | 26 | 0 | 23 | 305 | 100 | 61 |
| Binary | 101101 | 10100001 | 11001110 | 1001110 | 10110 | 0 | 10011 | 11000101 | 1000000 | 110001 |
Color Harmonies of #2DA1CE
Complementary color
Monochromatic Colors of #2DA1CE
Black with #2DA1CE
Text Example
Text Example
White with #2DA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA1CE; }
p { color: rgb(45,161,206); }
H1.HeaderClassName
{
color: #2DA1CE;
}
.AnyTagClassName
{
color: #2DA1CE;
}
</style>
background-color css
<style>
a { background-color: #2DA1CE; }
a { background-color: rgb(45,161,206); }
div.DivClassName
{
background-color: #2DA1CE;
}
.BgClassName
{
background-color: #2DA1CE;
}
</style>
border-color css
<style>
span { border-color: #2DA1CE; }
span { border-color: rgb(45,161,206); }
td.TdClassName
{
border-color: #2DA1CE;
}
.TagClassName
{
border-color: #2DA1CE;
}
</style>