Shades of Summer Sky #2DCBEC
Tints of Summer Sky #2DCBEC
RGB
CMYK
RGB Variations
Color information
#2DCBEC (or 0x2DCBEC) is known color: Summer Sky. HEX triplet: 2D, CB and EC. RGB value is (45,203,236). Sum of RGB (Red+Green+Blue) = 45+203+236=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DCBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCBEC is #D23413. Grayscale: #9F9F9F. Windows color (decimal): -13775892 or 15518509. OLE color: 15518509.
HSL color Cylindrical-coordinate representation of color #2DCBEC: hue angle of 190.37º 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 #2DCBEC is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 203 | 236 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.07 |
| HSL | 190.37º | 0.83% | 0.55% | - |
| HSV(B) | 190.37º | 0.81% | 0.93% | - |
| XYZ | 37.58 | 49.33 | 86.9 | - |
| YUV | 159.52 | 171.15 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 236 | 0.81 | 0.14 | 0 | 0.07 | 190.37 | 0.83 | 0.55 |
| Hex | 2D | CB | EC | 51 | E | 0 | 7 | BE | 53 | 37 |
| Octal | 55 | 313 | 354 | 121 | 16 | 0 | 7 | 276 | 123 | 67 |
| Binary | 101101 | 11001011 | 11101100 | 1010001 | 1110 | 0 | 111 | 10111110 | 1010011 | 110111 |
Color Harmonies of #2DCBEC
Complementary color
Monochromatic Colors of #2DCBEC
Black with #2DCBEC
Text Example
Text Example
White with #2DCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBEC; }
p { color: rgb(45,203,236); }
H1.HeaderClassName
{
color: #2DCBEC;
}
.AnyTagClassName
{
color: #2DCBEC;
}
</style>
background-color css
<style>
a { background-color: #2DCBEC; }
a { background-color: rgb(45,203,236); }
div.DivClassName
{
background-color: #2DCBEC;
}
.BgClassName
{
background-color: #2DCBEC;
}
</style>
border-color css
<style>
span { border-color: #2DCBEC; }
span { border-color: rgb(45,203,236); }
td.TdClassName
{
border-color: #2DCBEC;
}
.TagClassName
{
border-color: #2DCBEC;
}
</style>