Shades of Summer Sky #2DCDEA
Tints of Summer Sky #2DCDEA
RGB
CMYK
RGB Variations
Color information
#2DCDEA (or 0x2DCDEA) is known color: Summer Sky. HEX triplet: 2D, CD and EA. RGB value is (45,205,234). Sum of RGB (Red+Green+Blue) = 45+205+234=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DCDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCDEA is #D23215. Grayscale: #A0A0A0. Windows color (decimal): -13775382 or 15387949. OLE color: 15387949.
HSL color Cylindrical-coordinate representation of color #2DCDEA: hue angle of 189.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCDEA is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 205 | 234 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.08 |
| HSL | 189.21º | 0.82% | 0.55% | - |
| HSV(B) | 189.21º | 0.81% | 0.92% | - |
| XYZ | 37.76 | 50.16 | 85.53 | - |
| YUV | 160.47 | 169.49 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 234 | 0.81 | 0.12 | 0 | 0.08 | 189.21 | 0.82 | 0.55 |
| Hex | 2D | CD | EA | 51 | C | 0 | 8 | BD | 52 | 37 |
| Octal | 55 | 315 | 352 | 121 | 14 | 0 | 10 | 275 | 122 | 67 |
| Binary | 101101 | 11001101 | 11101010 | 1010001 | 1100 | 0 | 1000 | 10111101 | 1010010 | 110111 |
Color Harmonies of #2DCDEA
Complementary color
Monochromatic Colors of #2DCDEA
Black with #2DCDEA
Text Example
Text Example
White with #2DCDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCDEA; }
p { color: rgb(45,205,234); }
H1.HeaderClassName
{
color: #2DCDEA;
}
.AnyTagClassName
{
color: #2DCDEA;
}
</style>
background-color css
<style>
a { background-color: #2DCDEA; }
a { background-color: rgb(45,205,234); }
div.DivClassName
{
background-color: #2DCDEA;
}
.BgClassName
{
background-color: #2DCDEA;
}
</style>
border-color css
<style>
span { border-color: #2DCDEA; }
span { border-color: rgb(45,205,234); }
td.TdClassName
{
border-color: #2DCDEA;
}
.TagClassName
{
border-color: #2DCDEA;
}
</style>