Shades of Summer Sky #3DC3DC
Tints of Summer Sky #3DC3DC
RGB
CMYK
RGB Variations
Color information
#3DC3DC (or 0x3DC3DC) is known color: Summer Sky. HEX triplet: 3D, C3 and DC. RGB value is (61,195,220). Sum of RGB (Red+Green+Blue) = 61+195+220=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DC3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC3DC is #C23C23. Grayscale: #9D9D9D. Windows color (decimal): -12729380 or 14467901. OLE color: 14467901.
HSL color Cylindrical-coordinate representation of color #3DC3DC: hue angle of 189.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DC3DC is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 195 | 220 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.14 |
| HSL | 189.43º | 0.69% | 0.55% | - |
| HSV(B) | 189.43º | 0.72% | 0.86% | - |
| XYZ | 34.36 | 45.19 | 74.62 | - |
| YUV | 157.78 | 163.11 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 220 | 0.72 | 0.11 | 0 | 0.14 | 189.43 | 0.69 | 0.55 |
| Hex | 3D | C3 | DC | 48 | B | 0 | E | BD | 45 | 37 |
| Octal | 75 | 303 | 334 | 110 | 13 | 0 | 16 | 275 | 105 | 67 |
| Binary | 111101 | 11000011 | 11011100 | 1001000 | 1011 | 0 | 1110 | 10111101 | 1000101 | 110111 |
Color Harmonies of #3DC3DC
Complementary color
Monochromatic Colors of #3DC3DC
Black with #3DC3DC
Text Example
Text Example
White with #3DC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC3DC; }
p { color: rgb(61,195,220); }
H1.HeaderClassName
{
color: #3DC3DC;
}
.AnyTagClassName
{
color: #3DC3DC;
}
</style>
background-color css
<style>
a { background-color: #3DC3DC; }
a { background-color: rgb(61,195,220); }
div.DivClassName
{
background-color: #3DC3DC;
}
.BgClassName
{
background-color: #3DC3DC;
}
</style>
border-color css
<style>
span { border-color: #3DC3DC; }
span { border-color: rgb(61,195,220); }
td.TdClassName
{
border-color: #3DC3DC;
}
.TagClassName
{
border-color: #3DC3DC;
}
</style>