Shades of Summer Sky #3BC6DC
Tints of Summer Sky #3BC6DC
RGB
CMYK
RGB Variations
Color information
#3BC6DC (or 0x3BC6DC) is known color: Summer Sky. HEX triplet: 3B, C6 and DC. RGB value is (59,198,220). Sum of RGB (Red+Green+Blue) = 59+198+220=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BC6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC6DC is #C43923. Grayscale: #9E9E9E. Windows color (decimal): -12859684 or 14468667. OLE color: 14468667.
HSL color Cylindrical-coordinate representation of color #3BC6DC: hue angle of 188.2º 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 #3BC6DC is Cyan = 0.73, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 198 | 220 | - |
| CMYK | 0.73 | 0.1 | 0 | 0.14 |
| HSL | 188.2º | 0.7% | 0.55% | - |
| HSV(B) | 188.2º | 0.73% | 0.86% | - |
| XYZ | 34.92 | 46.49 | 74.84 | - |
| YUV | 158.95 | 162.45 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 220 | 0.73 | 0.1 | 0 | 0.14 | 188.2 | 0.7 | 0.55 |
| Hex | 3B | C6 | DC | 49 | A | 0 | E | BC | 46 | 37 |
| Octal | 73 | 306 | 334 | 111 | 12 | 0 | 16 | 274 | 106 | 67 |
| Binary | 111011 | 11000110 | 11011100 | 1001001 | 1010 | 0 | 1110 | 10111100 | 1000110 | 110111 |
Color Harmonies of #3BC6DC
Complementary color
Monochromatic Colors of #3BC6DC
Black with #3BC6DC
Text Example
Text Example
White with #3BC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC6DC; }
p { color: rgb(59,198,220); }
H1.HeaderClassName
{
color: #3BC6DC;
}
.AnyTagClassName
{
color: #3BC6DC;
}
</style>
background-color css
<style>
a { background-color: #3BC6DC; }
a { background-color: rgb(59,198,220); }
div.DivClassName
{
background-color: #3BC6DC;
}
.BgClassName
{
background-color: #3BC6DC;
}
</style>
border-color css
<style>
span { border-color: #3BC6DC; }
span { border-color: rgb(59,198,220); }
td.TdClassName
{
border-color: #3BC6DC;
}
.TagClassName
{
border-color: #3BC6DC;
}
</style>