Shades of Summer Sky #2DCAEC
Tints of Summer Sky #2DCAEC
RGB
CMYK
RGB Variations
Color information
#2DCAEC (or 0x2DCAEC) is known color: Summer Sky. HEX triplet: 2D, CA and EC. RGB value is (45,202,236). Sum of RGB (Red+Green+Blue) = 45+202+236=483 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.32% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DCAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCAEC is #D23513. Grayscale: #9E9E9E. Windows color (decimal): -13776148 or 15518253. OLE color: 15518253.
HSL color Cylindrical-coordinate representation of color #2DCAEC: hue angle of 190.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCAEC is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 202 | 236 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.07 |
| HSL | 190.68º | 0.83% | 0.55% | - |
| HSV(B) | 190.68º | 0.81% | 0.93% | - |
| XYZ | 37.34 | 48.86 | 86.82 | - |
| YUV | 158.93 | 171.49 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 236 | 0.81 | 0.14 | 0 | 0.07 | 190.68 | 0.83 | 0.55 |
| Hex | 2D | CA | EC | 51 | E | 0 | 7 | BF | 53 | 37 |
| Octal | 55 | 312 | 354 | 121 | 16 | 0 | 7 | 277 | 123 | 67 |
| Binary | 101101 | 11001010 | 11101100 | 1010001 | 1110 | 0 | 111 | 10111111 | 1010011 | 110111 |
Color Harmonies of #2DCAEC
Complementary color
Monochromatic Colors of #2DCAEC
Black with #2DCAEC
Text Example
Text Example
White with #2DCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAEC; }
p { color: rgb(45,202,236); }
H1.HeaderClassName
{
color: #2DCAEC;
}
.AnyTagClassName
{
color: #2DCAEC;
}
</style>
background-color css
<style>
a { background-color: #2DCAEC; }
a { background-color: rgb(45,202,236); }
div.DivClassName
{
background-color: #2DCAEC;
}
.BgClassName
{
background-color: #2DCAEC;
}
</style>
border-color css
<style>
span { border-color: #2DCAEC; }
span { border-color: rgb(45,202,236); }
td.TdClassName
{
border-color: #2DCAEC;
}
.TagClassName
{
border-color: #2DCAEC;
}
</style>