Shades of Summer Sky #2DC0EF
Tints of Summer Sky #2DC0EF
RGB
CMYK
RGB Variations
Color information
#2DC0EF (or 0x2DC0EF) is known color: Summer Sky. HEX triplet: 2D, C0 and EF. RGB value is (45,192,239). Sum of RGB (Red+Green+Blue) = 45+192+239=476 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.45% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DC0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DC0EF is #D23F10. Grayscale: #999999. Windows color (decimal): -13778705 or 15712301. OLE color: 15712301.
HSL color Cylindrical-coordinate representation of color #2DC0EF: hue angle of 194.54º 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 #2DC0EF is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 192 | 239 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.06 |
| HSL | 194.54º | 0.86% | 0.56% | - |
| HSV(B) | 194.54º | 0.81% | 0.94% | - |
| XYZ | 35.51 | 44.49 | 88.38 | - |
| YUV | 153.41 | 176.3 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 239 | 0.81 | 0.20 | 0 | 0.06 | 194.54 | 0.86 | 0.56 |
| Hex | 2D | C0 | EF | 51 | 14 | 0 | 6 | C3 | 56 | 38 |
| Octal | 55 | 300 | 357 | 121 | 24 | 0 | 6 | 303 | 126 | 70 |
| Binary | 101101 | 11000000 | 11101111 | 1010001 | 10100 | 0 | 110 | 11000011 | 1010110 | 111000 |
Color Harmonies of #2DC0EF
Complementary color
Monochromatic Colors of #2DC0EF
Black with #2DC0EF
Text Example
Text Example
White with #2DC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC0EF; }
p { color: rgb(45,192,239); }
H1.HeaderClassName
{
color: #2DC0EF;
}
.AnyTagClassName
{
color: #2DC0EF;
}
</style>
background-color css
<style>
a { background-color: #2DC0EF; }
a { background-color: rgb(45,192,239); }
div.DivClassName
{
background-color: #2DC0EF;
}
.BgClassName
{
background-color: #2DC0EF;
}
</style>
border-color css
<style>
span { border-color: #2DC0EF; }
span { border-color: rgb(45,192,239); }
td.TdClassName
{
border-color: #2DC0EF;
}
.TagClassName
{
border-color: #2DC0EF;
}
</style>