Shades of Summer Sky #3DC0E0
Tints of Summer Sky #3DC0E0
RGB
CMYK
RGB Variations
Color information
#3DC0E0 (or 0x3DC0E0) is known color: Summer Sky. HEX triplet: 3D, C0 and E0. RGB value is (61,192,224). Sum of RGB (Red+Green+Blue) = 61+192+224=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #3DC0E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC0E0 is #C23F1F. Grayscale: #9C9C9C. Windows color (decimal): -12730144 or 14729277. OLE color: 14729277.
HSL color Cylindrical-coordinate representation of color #3DC0E0: hue angle of 191.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DC0E0 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 61 | 192 | 224 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.12 |
| HSL | 191.78º | 0.72% | 0.56% | - |
| HSV(B) | 191.78º | 0.73% | 0.88% | - |
| XYZ | 34.23 | 44.07 | 77.22 | - |
| YUV | 156.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 224 | 0.73 | 0.14 | 0 | 0.12 | 191.78 | 0.72 | 0.56 |
| Hex | 3D | C0 | E0 | 49 | E | 0 | C | C0 | 48 | 38 |
| Octal | 75 | 300 | 340 | 111 | 16 | 0 | 14 | 300 | 110 | 70 |
| Binary | 111101 | 11000000 | 11100000 | 1001001 | 1110 | 0 | 1100 | 11000000 | 1001000 | 111000 |
Color Harmonies of #3DC0E0
Complementary color
Monochromatic Colors of #3DC0E0
Black with #3DC0E0
Text Example
Text Example
White with #3DC0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC0E0; }
p { color: rgb(61,192,224); }
H1.HeaderClassName
{
color: #3DC0E0;
}
.AnyTagClassName
{
color: #3DC0E0;
}
</style>
background-color css
<style>
a { background-color: #3DC0E0; }
a { background-color: rgb(61,192,224); }
div.DivClassName
{
background-color: #3DC0E0;
}
.BgClassName
{
background-color: #3DC0E0;
}
</style>
border-color css
<style>
span { border-color: #3DC0E0; }
span { border-color: rgb(61,192,224); }
td.TdClassName
{
border-color: #3DC0E0;
}
.TagClassName
{
border-color: #3DC0E0;
}
</style>