Shades of Summer Sky #3BC7DC
Tints of Summer Sky #3BC7DC
RGB
CMYK
RGB Variations
Color information
#3BC7DC (or 0x3BC7DC) is known color: Summer Sky. HEX triplet: 3B, C7 and DC. RGB value is (59,199,220). Sum of RGB (Red+Green+Blue) = 59+199+220=478 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.34% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BC7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC7DC is #C43823. Grayscale: #9F9F9F. Windows color (decimal): -12859428 or 14468923. OLE color: 14468923.
HSL color Cylindrical-coordinate representation of color #3BC7DC: hue angle of 187.83º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BC7DC is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 199 | 220 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.14 |
| HSL | 187.83º | 0.7% | 0.55% | - |
| HSV(B) | 187.83º | 0.73% | 0.86% | - |
| XYZ | 35.15 | 46.94 | 74.92 | - |
| YUV | 159.53 | 162.12 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 220 | 0.73 | 0.10 | 0 | 0.14 | 187.83 | 0.7 | 0.55 |
| Hex | 3B | C7 | DC | 49 | A | 0 | E | BC | 46 | 37 |
| Octal | 73 | 307 | 334 | 111 | 12 | 0 | 16 | 274 | 106 | 67 |
| Binary | 111011 | 11000111 | 11011100 | 1001001 | 1010 | 0 | 1110 | 10111100 | 1000110 | 110111 |
Color Harmonies of #3BC7DC
Complementary color
Monochromatic Colors of #3BC7DC
Black with #3BC7DC
Text Example
Text Example
White with #3BC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC7DC; }
p { color: rgb(59,199,220); }
H1.HeaderClassName
{
color: #3BC7DC;
}
.AnyTagClassName
{
color: #3BC7DC;
}
</style>
background-color css
<style>
a { background-color: #3BC7DC; }
a { background-color: rgb(59,199,220); }
div.DivClassName
{
background-color: #3BC7DC;
}
.BgClassName
{
background-color: #3BC7DC;
}
</style>
border-color css
<style>
span { border-color: #3BC7DC; }
span { border-color: rgb(59,199,220); }
td.TdClassName
{
border-color: #3BC7DC;
}
.TagClassName
{
border-color: #3BC7DC;
}
</style>