Shades of Summer Sky #2DCDED
Tints of Summer Sky #2DCDED
RGB
CMYK
RGB Variations
Color information
#2DCDED (or 0x2DCDED) is known color: Summer Sky. HEX triplet: 2D, CD and ED. RGB value is (45,205,237). Sum of RGB (Red+Green+Blue) = 45+205+237=487 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.24% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DCDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCDED is #D23212. Grayscale: #A0A0A0. Windows color (decimal): -13775379 or 15584557. OLE color: 15584557.
HSL color Cylindrical-coordinate representation of color #2DCDED: hue angle of 190º degrees, saturation: 0.84, 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 #2DCDED is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 205 | 237 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.07 |
| HSL | 190º | 0.84% | 0.55% | - |
| HSV(B) | 190º | 0.81% | 0.93% | - |
| XYZ | 38.2 | 50.33 | 87.82 | - |
| YUV | 160.81 | 170.99 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 237 | 0.81 | 0.14 | 0 | 0.07 | 190 | 0.84 | 0.55 |
| Hex | 2D | CD | ED | 51 | E | 0 | 7 | BE | 54 | 37 |
| Octal | 55 | 315 | 355 | 121 | 16 | 0 | 7 | 276 | 124 | 67 |
| Binary | 101101 | 11001101 | 11101101 | 1010001 | 1110 | 0 | 111 | 10111110 | 1010100 | 110111 |
Color Harmonies of #2DCDED
Complementary color
Monochromatic Colors of #2DCDED
Black with #2DCDED
Text Example
Text Example
White with #2DCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCDED; }
p { color: rgb(45,205,237); }
H1.HeaderClassName
{
color: #2DCDED;
}
.AnyTagClassName
{
color: #2DCDED;
}
</style>
background-color css
<style>
a { background-color: #2DCDED; }
a { background-color: rgb(45,205,237); }
div.DivClassName
{
background-color: #2DCDED;
}
.BgClassName
{
background-color: #2DCDED;
}
</style>
border-color css
<style>
span { border-color: #2DCDED; }
span { border-color: rgb(45,205,237); }
td.TdClassName
{
border-color: #2DCDED;
}
.TagClassName
{
border-color: #2DCDED;
}
</style>