Shades of Summer Sky #3BC2DC
Tints of Summer Sky #3BC2DC
RGB
CMYK
RGB Variations
Color information
#3BC2DC (or 0x3BC2DC) is known color: Summer Sky. HEX triplet: 3B, C2 and DC. RGB value is (59,194,220). Sum of RGB (Red+Green+Blue) = 59+194+220=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BC2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC2DC is #C43D23. Grayscale: #9C9C9C. Windows color (decimal): -12860708 or 14467643. OLE color: 14467643.
HSL color Cylindrical-coordinate representation of color #3BC2DC: hue angle of 189.69º 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 #3BC2DC is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 194 | 220 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.14 |
| HSL | 189.69º | 0.7% | 0.55% | - |
| HSV(B) | 189.69º | 0.73% | 0.86% | - |
| XYZ | 34.01 | 44.68 | 74.54 | - |
| YUV | 156.6 | 163.77 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 220 | 0.73 | 0.12 | 0 | 0.14 | 189.69 | 0.7 | 0.55 |
| Hex | 3B | C2 | DC | 49 | C | 0 | E | BE | 46 | 37 |
| Octal | 73 | 302 | 334 | 111 | 14 | 0 | 16 | 276 | 106 | 67 |
| Binary | 111011 | 11000010 | 11011100 | 1001001 | 1100 | 0 | 1110 | 10111110 | 1000110 | 110111 |
Color Harmonies of #3BC2DC
Complementary color
Monochromatic Colors of #3BC2DC
Black with #3BC2DC
Text Example
Text Example
White with #3BC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC2DC; }
p { color: rgb(59,194,220); }
H1.HeaderClassName
{
color: #3BC2DC;
}
.AnyTagClassName
{
color: #3BC2DC;
}
</style>
background-color css
<style>
a { background-color: #3BC2DC; }
a { background-color: rgb(59,194,220); }
div.DivClassName
{
background-color: #3BC2DC;
}
.BgClassName
{
background-color: #3BC2DC;
}
</style>
border-color css
<style>
span { border-color: #3BC2DC; }
span { border-color: rgb(59,194,220); }
td.TdClassName
{
border-color: #3BC2DC;
}
.TagClassName
{
border-color: #3BC2DC;
}
</style>