Shades of Summer Sky #3DC4DB
Tints of Summer Sky #3DC4DB
RGB
CMYK
RGB Variations
Color information
#3DC4DB (or 0x3DC4DB) is known color: Summer Sky. HEX triplet: 3D, C4 and DB. RGB value is (61,196,219). Sum of RGB (Red+Green+Blue) = 61+196+219=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DC4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC4DB is #C23B24. Grayscale: #9E9E9E. Windows color (decimal): -12729125 or 14402621. OLE color: 14402621.
HSL color Cylindrical-coordinate representation of color #3DC4DB: hue angle of 188.73º 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 #3DC4DB is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 196 | 219 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.14 |
| HSL | 188.73º | 0.69% | 0.55% | - |
| HSV(B) | 188.73º | 0.72% | 0.86% | - |
| XYZ | 34.45 | 45.59 | 74 | - |
| YUV | 158.26 | 162.27 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 219 | 0.72 | 0.11 | 0 | 0.14 | 188.73 | 0.69 | 0.55 |
| Hex | 3D | C4 | DB | 48 | B | 0 | E | BD | 45 | 37 |
| Octal | 75 | 304 | 333 | 110 | 13 | 0 | 16 | 275 | 105 | 67 |
| Binary | 111101 | 11000100 | 11011011 | 1001000 | 1011 | 0 | 1110 | 10111101 | 1000101 | 110111 |
Color Harmonies of #3DC4DB
Complementary color
Monochromatic Colors of #3DC4DB
Black with #3DC4DB
Text Example
Text Example
White with #3DC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC4DB; }
p { color: rgb(61,196,219); }
H1.HeaderClassName
{
color: #3DC4DB;
}
.AnyTagClassName
{
color: #3DC4DB;
}
</style>
background-color css
<style>
a { background-color: #3DC4DB; }
a { background-color: rgb(61,196,219); }
div.DivClassName
{
background-color: #3DC4DB;
}
.BgClassName
{
background-color: #3DC4DB;
}
</style>
border-color css
<style>
span { border-color: #3DC4DB; }
span { border-color: rgb(61,196,219); }
td.TdClassName
{
border-color: #3DC4DB;
}
.TagClassName
{
border-color: #3DC4DB;
}
</style>