Shades of Summer Sky #2DD0EA
Tints of Summer Sky #2DD0EA
RGB
CMYK
RGB Variations
Color information
#2DD0EA (or 0x2DD0EA) is known color: Summer Sky. HEX triplet: 2D, D0 and EA. RGB value is (45,208,234). Sum of RGB (Red+Green+Blue) = 45+208+234=487 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.24% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DD0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DD0EA is #D22F15. Grayscale: #A1A1A1. Windows color (decimal): -13774614 or 15388717. OLE color: 15388717.
HSL color Cylindrical-coordinate representation of color #2DD0EA: hue angle of 188.25º 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 #2DD0EA is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 208 | 234 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.08 |
| HSL | 188.25º | 0.82% | 0.55% | - |
| HSV(B) | 188.25º | 0.81% | 0.92% | - |
| XYZ | 38.49 | 51.61 | 85.78 | - |
| YUV | 162.23 | 168.5 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 208 | 234 | 0.81 | 0.11 | 0 | 0.08 | 188.25 | 0.82 | 0.55 |
| Hex | 2D | D0 | EA | 51 | B | 0 | 8 | BC | 52 | 37 |
| Octal | 55 | 320 | 352 | 121 | 13 | 0 | 10 | 274 | 122 | 67 |
| Binary | 101101 | 11010000 | 11101010 | 1010001 | 1011 | 0 | 1000 | 10111100 | 1010010 | 110111 |
Color Harmonies of #2DD0EA
Complementary color
Monochromatic Colors of #2DD0EA
Black with #2DD0EA
Text Example
Text Example
White with #2DD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD0EA; }
p { color: rgb(45,208,234); }
H1.HeaderClassName
{
color: #2DD0EA;
}
.AnyTagClassName
{
color: #2DD0EA;
}
</style>
background-color css
<style>
a { background-color: #2DD0EA; }
a { background-color: rgb(45,208,234); }
div.DivClassName
{
background-color: #2DD0EA;
}
.BgClassName
{
background-color: #2DD0EA;
}
</style>
border-color css
<style>
span { border-color: #2DD0EA; }
span { border-color: rgb(45,208,234); }
td.TdClassName
{
border-color: #2DD0EA;
}
.TagClassName
{
border-color: #2DD0EA;
}
</style>