Shades of Summer Sky #2DCAE3
Tints of Summer Sky #2DCAE3
RGB
CMYK
RGB Variations
Color information
#2DCAE3 (or 0x2DCAE3) is known color: Summer Sky. HEX triplet: 2D, CA and E3. RGB value is (45,202,227). Sum of RGB (Red+Green+Blue) = 45+202+227=474 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.49% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #2DCAE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCAE3 is #D2351C. Grayscale: #9D9D9D. Windows color (decimal): -13776157 or 14928429. OLE color: 14928429.
HSL color Cylindrical-coordinate representation of color #2DCAE3: hue angle of 188.24º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCAE3 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 202 | 227 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.11 |
| HSL | 188.24º | 0.76% | 0.53% | - |
| HSV(B) | 188.24º | 0.8% | 0.89% | - |
| XYZ | 36.07 | 48.35 | 80.1 | - |
| YUV | 157.91 | 166.99 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 227 | 0.80 | 0.11 | 0 | 0.11 | 188.24 | 0.76 | 0.53 |
| Hex | 2D | CA | E3 | 50 | B | 0 | B | BC | 4C | 35 |
| Octal | 55 | 312 | 343 | 120 | 13 | 0 | 13 | 274 | 114 | 65 |
| Binary | 101101 | 11001010 | 11100011 | 1010000 | 1011 | 0 | 1011 | 10111100 | 1001100 | 110101 |
Color Harmonies of #2DCAE3
Complementary color
Monochromatic Colors of #2DCAE3
Black with #2DCAE3
Text Example
Text Example
White with #2DCAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAE3; }
p { color: rgb(45,202,227); }
H1.HeaderClassName
{
color: #2DCAE3;
}
.AnyTagClassName
{
color: #2DCAE3;
}
</style>
background-color css
<style>
a { background-color: #2DCAE3; }
a { background-color: rgb(45,202,227); }
div.DivClassName
{
background-color: #2DCAE3;
}
.BgClassName
{
background-color: #2DCAE3;
}
</style>
border-color css
<style>
span { border-color: #2DCAE3; }
span { border-color: rgb(45,202,227); }
td.TdClassName
{
border-color: #2DCAE3;
}
.TagClassName
{
border-color: #2DCAE3;
}
</style>