Shades of Summer Sky #3DC6DB
Tints of Summer Sky #3DC6DB
RGB
CMYK
RGB Variations
Color information
#3DC6DB (or 0x3DC6DB) is known color: Summer Sky. HEX triplet: 3D, C6 and DB. RGB value is (61,198,219). Sum of RGB (Red+Green+Blue) = 61+198+219=478 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.76% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DC6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC6DB is #C23924. Grayscale: #9F9F9F. Windows color (decimal): -12728613 or 14403133. OLE color: 14403133.
HSL color Cylindrical-coordinate representation of color #3DC6DB: hue angle of 187.97º 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 #3DC6DB is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 198 | 219 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.14 |
| HSL | 187.97º | 0.69% | 0.55% | - |
| HSV(B) | 187.97º | 0.72% | 0.86% | - |
| XYZ | 34.9 | 46.49 | 74.15 | - |
| YUV | 159.43 | 161.61 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 198 | 219 | 0.72 | 0.10 | 0 | 0.14 | 187.97 | 0.69 | 0.55 |
| Hex | 3D | C6 | DB | 48 | A | 0 | E | BC | 45 | 37 |
| Octal | 75 | 306 | 333 | 110 | 12 | 0 | 16 | 274 | 105 | 67 |
| Binary | 111101 | 11000110 | 11011011 | 1001000 | 1010 | 0 | 1110 | 10111100 | 1000101 | 110111 |
Color Harmonies of #3DC6DB
Complementary color
Monochromatic Colors of #3DC6DB
Black with #3DC6DB
Text Example
Text Example
White with #3DC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC6DB; }
p { color: rgb(61,198,219); }
H1.HeaderClassName
{
color: #3DC6DB;
}
.AnyTagClassName
{
color: #3DC6DB;
}
</style>
background-color css
<style>
a { background-color: #3DC6DB; }
a { background-color: rgb(61,198,219); }
div.DivClassName
{
background-color: #3DC6DB;
}
.BgClassName
{
background-color: #3DC6DB;
}
</style>
border-color css
<style>
span { border-color: #3DC6DB; }
span { border-color: rgb(61,198,219); }
td.TdClassName
{
border-color: #3DC6DB;
}
.TagClassName
{
border-color: #3DC6DB;
}
</style>