Shades of Summer Sky #2DCCED
Tints of Summer Sky #2DCCED
RGB
CMYK
RGB Variations
Color information
#2DCCED (or 0x2DCCED) is known color: Summer Sky. HEX triplet: 2D, CC and ED. RGB value is (45,204,237). Sum of RGB (Red+Green+Blue) = 45+204+237=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DCCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCCED is #D23312. Grayscale: #9F9F9F. Windows color (decimal): -13775635 or 15584301. OLE color: 15584301.
HSL color Cylindrical-coordinate representation of color #2DCCED: hue angle of 190.31º 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 #2DCCED is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 204 | 237 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.07 |
| HSL | 190.31º | 0.84% | 0.55% | - |
| HSV(B) | 190.31º | 0.81% | 0.93% | - |
| XYZ | 37.96 | 49.86 | 87.74 | - |
| YUV | 160.22 | 171.32 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 237 | 0.81 | 0.14 | 0 | 0.07 | 190.31 | 0.84 | 0.55 |
| Hex | 2D | CC | ED | 51 | E | 0 | 7 | BE | 54 | 37 |
| Octal | 55 | 314 | 355 | 121 | 16 | 0 | 7 | 276 | 124 | 67 |
| Binary | 101101 | 11001100 | 11101101 | 1010001 | 1110 | 0 | 111 | 10111110 | 1010100 | 110111 |
Color Harmonies of #2DCCED
Complementary color
Monochromatic Colors of #2DCCED
Black with #2DCCED
Text Example
Text Example
White with #2DCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCED; }
p { color: rgb(45,204,237); }
H1.HeaderClassName
{
color: #2DCCED;
}
.AnyTagClassName
{
color: #2DCCED;
}
</style>
background-color css
<style>
a { background-color: #2DCCED; }
a { background-color: rgb(45,204,237); }
div.DivClassName
{
background-color: #2DCCED;
}
.BgClassName
{
background-color: #2DCCED;
}
</style>
border-color css
<style>
span { border-color: #2DCCED; }
span { border-color: rgb(45,204,237); }
td.TdClassName
{
border-color: #2DCCED;
}
.TagClassName
{
border-color: #2DCCED;
}
</style>