Shades of Summer Sky #3DC5DB
Tints of Summer Sky #3DC5DB
RGB
CMYK
RGB Variations
Color information
#3DC5DB (or 0x3DC5DB) is known color: Summer Sky. HEX triplet: 3D, C5 and DB. RGB value is (61,197,219). Sum of RGB (Red+Green+Blue) = 61+197+219=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DC5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC5DB is #C23A24. Grayscale: #9E9E9E. Windows color (decimal): -12728869 or 14402877. OLE color: 14402877.
HSL color Cylindrical-coordinate representation of color #3DC5DB: hue angle of 188.35º 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 #3DC5DB is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 197 | 219 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.14 |
| HSL | 188.35º | 0.69% | 0.55% | - |
| HSV(B) | 188.35º | 0.72% | 0.86% | - |
| XYZ | 34.68 | 46.04 | 74.08 | - |
| YUV | 158.84 | 161.94 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 219 | 0.72 | 0.10 | 0 | 0.14 | 188.35 | 0.69 | 0.55 |
| Hex | 3D | C5 | DB | 48 | A | 0 | E | BC | 45 | 37 |
| Octal | 75 | 305 | 333 | 110 | 12 | 0 | 16 | 274 | 105 | 67 |
| Binary | 111101 | 11000101 | 11011011 | 1001000 | 1010 | 0 | 1110 | 10111100 | 1000101 | 110111 |
Color Harmonies of #3DC5DB
Complementary color
Monochromatic Colors of #3DC5DB
Black with #3DC5DB
Text Example
Text Example
White with #3DC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC5DB; }
p { color: rgb(61,197,219); }
H1.HeaderClassName
{
color: #3DC5DB;
}
.AnyTagClassName
{
color: #3DC5DB;
}
</style>
background-color css
<style>
a { background-color: #3DC5DB; }
a { background-color: rgb(61,197,219); }
div.DivClassName
{
background-color: #3DC5DB;
}
.BgClassName
{
background-color: #3DC5DB;
}
</style>
border-color css
<style>
span { border-color: #3DC5DB; }
span { border-color: rgb(61,197,219); }
td.TdClassName
{
border-color: #3DC5DB;
}
.TagClassName
{
border-color: #3DC5DB;
}
</style>