Shades of Summer Sky #2DC0EE
Tints of Summer Sky #2DC0EE
RGB
CMYK
RGB Variations
Color information
#2DC0EE (or 0x2DC0EE) is known color: Summer Sky. HEX triplet: 2D, C0 and EE. RGB value is (45,192,238). Sum of RGB (Red+Green+Blue) = 45+192+238=475 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.47% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DC0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DC0EE is #D23F11. Grayscale: #989898. Windows color (decimal): -13778706 or 15646765. OLE color: 15646765.
HSL color Cylindrical-coordinate representation of color #2DC0EE: hue angle of 194.3º degrees, saturation: 0.85, 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 #2DC0EE is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 192 | 238 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.07 |
| HSL | 194.3º | 0.85% | 0.55% | - |
| HSV(B) | 194.3º | 0.81% | 0.93% | - |
| XYZ | 35.36 | 44.43 | 87.6 | - |
| YUV | 153.29 | 175.8 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 238 | 0.81 | 0.19 | 0 | 0.07 | 194.3 | 0.85 | 0.55 |
| Hex | 2D | C0 | EE | 51 | 13 | 0 | 7 | C2 | 55 | 37 |
| Octal | 55 | 300 | 356 | 121 | 23 | 0 | 7 | 302 | 125 | 67 |
| Binary | 101101 | 11000000 | 11101110 | 1010001 | 10011 | 0 | 111 | 11000010 | 1010101 | 110111 |
Color Harmonies of #2DC0EE
Complementary color
Monochromatic Colors of #2DC0EE
Black with #2DC0EE
Text Example
Text Example
White with #2DC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC0EE; }
p { color: rgb(45,192,238); }
H1.HeaderClassName
{
color: #2DC0EE;
}
.AnyTagClassName
{
color: #2DC0EE;
}
</style>
background-color css
<style>
a { background-color: #2DC0EE; }
a { background-color: rgb(45,192,238); }
div.DivClassName
{
background-color: #2DC0EE;
}
.BgClassName
{
background-color: #2DC0EE;
}
</style>
border-color css
<style>
span { border-color: #2DC0EE; }
span { border-color: rgb(45,192,238); }
td.TdClassName
{
border-color: #2DC0EE;
}
.TagClassName
{
border-color: #2DC0EE;
}
</style>