Shades of Summer Sky #3BC2DB
Tints of Summer Sky #3BC2DB
RGB
CMYK
RGB Variations
Color information
#3BC2DB (or 0x3BC2DB) is known color: Summer Sky. HEX triplet: 3B, C2 and DB. RGB value is (59,194,219). Sum of RGB (Red+Green+Blue) = 59+194+219=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BC2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC2DB is #C43D24. Grayscale: #9C9C9C. Windows color (decimal): -12860709 or 14402107. OLE color: 14402107.
HSL color Cylindrical-coordinate representation of color #3BC2DB: hue angle of 189.38º degrees, saturation: 0.69, 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 #3BC2DB is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 194 | 219 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.14 |
| HSL | 189.38º | 0.69% | 0.55% | - |
| HSV(B) | 189.38º | 0.73% | 0.86% | - |
| XYZ | 33.88 | 44.63 | 73.85 | - |
| YUV | 156.49 | 163.27 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 219 | 0.73 | 0.11 | 0 | 0.14 | 189.38 | 0.69 | 0.55 |
| Hex | 3B | C2 | DB | 49 | B | 0 | E | BD | 45 | 37 |
| Octal | 73 | 302 | 333 | 111 | 13 | 0 | 16 | 275 | 105 | 67 |
| Binary | 111011 | 11000010 | 11011011 | 1001001 | 1011 | 0 | 1110 | 10111101 | 1000101 | 110111 |
Color Harmonies of #3BC2DB
Complementary color
Monochromatic Colors of #3BC2DB
Black with #3BC2DB
Text Example
Text Example
White with #3BC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC2DB; }
p { color: rgb(59,194,219); }
H1.HeaderClassName
{
color: #3BC2DB;
}
.AnyTagClassName
{
color: #3BC2DB;
}
</style>
background-color css
<style>
a { background-color: #3BC2DB; }
a { background-color: rgb(59,194,219); }
div.DivClassName
{
background-color: #3BC2DB;
}
.BgClassName
{
background-color: #3BC2DB;
}
</style>
border-color css
<style>
span { border-color: #3BC2DB; }
span { border-color: rgb(59,194,219); }
td.TdClassName
{
border-color: #3BC2DB;
}
.TagClassName
{
border-color: #3BC2DB;
}
</style>