Shades of Summer Sky #2DCDEC
Tints of Summer Sky #2DCDEC
RGB
CMYK
RGB Variations
Color information
#2DCDEC (or 0x2DCDEC) is known color: Summer Sky. HEX triplet: 2D, CD and EC. RGB value is (45,205,236). Sum of RGB (Red+Green+Blue) = 45+205+236=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DCDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCDEC is #D23213. Grayscale: #A0A0A0. Windows color (decimal): -13775380 or 15519021. OLE color: 15519021.
HSL color Cylindrical-coordinate representation of color #2DCDEC: hue angle of 189.74º 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 #2DCDEC is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 45 | 205 | 236 | - |
CMYK | 0.81 | 0.13 | 0 | 0.07 |
HSL | 189.74º | 0.83% | 0.55% | - |
HSV(B) | 189.74º | 0.81% | 0.93% | - |
XYZ | 38.05 | 50.28 | 87.06 | - |
YUV | 160.69 | 170.49 | 45.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 205 | 236 | 0.81 | 0.13 | 0 | 0.07 | 189.74 | 0.83 | 0.55 |
Hex | 2D | CD | EC | 51 | D | 0 | 7 | BE | 53 | 37 |
Octal | 55 | 315 | 354 | 121 | 15 | 0 | 7 | 276 | 123 | 67 |
Binary | 101101 | 11001101 | 11101100 | 1010001 | 1101 | 0 | 111 | 10111110 | 1010011 | 110111 |
Color Harmonies of #2DCDEC
Complementary color
Monochromatic Colors of #2DCDEC
Black with #2DCDEC
Text Example
Text Example
White with #2DCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCDEC; }
p { color: rgb(45,205,236); }
H1.HeaderClassName
{
color: #2DCDEC;
}
.AnyTagClassName
{
color: #2DCDEC;
}
</style>
background-color css
<style>
a { background-color: #2DCDEC; }
a { background-color: rgb(45,205,236); }
div.DivClassName
{
background-color: #2DCDEC;
}
.BgClassName
{
background-color: #2DCDEC;
}
</style>
border-color css
<style>
span { border-color: #2DCDEC; }
span { border-color: rgb(45,205,236); }
td.TdClassName
{
border-color: #2DCDEC;
}
.TagClassName
{
border-color: #2DCDEC;
}
</style>