Shades of Summer Sky #2DD4EF
Tints of Summer Sky #2DD4EF
RGB
CMYK
RGB Variations
Color information
#2DD4EF (or 0x2DD4EF) is known color: Summer Sky. HEX triplet: 2D, D4 and EF. RGB value is (45,212,239). Sum of RGB (Red+Green+Blue) = 45+212+239=496 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.07% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DD4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DD4EF is #D22B10. Grayscale: #A4A4A4. Windows color (decimal): -13773585 or 15717421. OLE color: 15717421.
HSL color Cylindrical-coordinate representation of color #2DD4EF: hue angle of 188.35º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DD4EF is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 212 | 239 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.06 |
| HSL | 188.35º | 0.86% | 0.56% | - |
| HSV(B) | 188.35º | 0.81% | 0.94% | - |
| XYZ | 40.21 | 53.88 | 89.94 | - |
| YUV | 165.15 | 169.67 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 212 | 239 | 0.81 | 0.11 | 0 | 0.06 | 188.35 | 0.86 | 0.56 |
| Hex | 2D | D4 | EF | 51 | B | 0 | 6 | BC | 56 | 38 |
| Octal | 55 | 324 | 357 | 121 | 13 | 0 | 6 | 274 | 126 | 70 |
| Binary | 101101 | 11010100 | 11101111 | 1010001 | 1011 | 0 | 110 | 10111100 | 1010110 | 111000 |
Color Harmonies of #2DD4EF
Complementary color
Monochromatic Colors of #2DD4EF
Black with #2DD4EF
Text Example
Text Example
White with #2DD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD4EF; }
p { color: rgb(45,212,239); }
H1.HeaderClassName
{
color: #2DD4EF;
}
.AnyTagClassName
{
color: #2DD4EF;
}
</style>
background-color css
<style>
a { background-color: #2DD4EF; }
a { background-color: rgb(45,212,239); }
div.DivClassName
{
background-color: #2DD4EF;
}
.BgClassName
{
background-color: #2DD4EF;
}
</style>
border-color css
<style>
span { border-color: #2DD4EF; }
span { border-color: rgb(45,212,239); }
td.TdClassName
{
border-color: #2DD4EF;
}
.TagClassName
{
border-color: #2DD4EF;
}
</style>