Shades of Summer Sky #3BC6DB
Tints of Summer Sky #3BC6DB
RGB
CMYK
RGB Variations
Color information
#3BC6DB (or 0x3BC6DB) is known color: Summer Sky. HEX triplet: 3B, C6 and DB. RGB value is (59,198,219). Sum of RGB (Red+Green+Blue) = 59+198+219=476 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.39% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BC6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC6DB is #C43924. Grayscale: #9E9E9E. Windows color (decimal): -12859685 or 14403131. OLE color: 14403131.
HSL color Cylindrical-coordinate representation of color #3BC6DB: hue angle of 187.88º 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 #3BC6DB is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 198 | 219 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.14 |
| HSL | 187.88º | 0.69% | 0.55% | - |
| HSV(B) | 187.88º | 0.73% | 0.86% | - |
| XYZ | 34.78 | 46.43 | 74.15 | - |
| YUV | 158.83 | 161.95 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 219 | 0.73 | 0.10 | 0 | 0.14 | 187.88 | 0.69 | 0.55 |
| Hex | 3B | C6 | DB | 49 | A | 0 | E | BC | 45 | 37 |
| Octal | 73 | 306 | 333 | 111 | 12 | 0 | 16 | 274 | 105 | 67 |
| Binary | 111011 | 11000110 | 11011011 | 1001001 | 1010 | 0 | 1110 | 10111100 | 1000101 | 110111 |
Color Harmonies of #3BC6DB
Complementary color
Monochromatic Colors of #3BC6DB
Black with #3BC6DB
Text Example
Text Example
White with #3BC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC6DB; }
p { color: rgb(59,198,219); }
H1.HeaderClassName
{
color: #3BC6DB;
}
.AnyTagClassName
{
color: #3BC6DB;
}
</style>
background-color css
<style>
a { background-color: #3BC6DB; }
a { background-color: rgb(59,198,219); }
div.DivClassName
{
background-color: #3BC6DB;
}
.BgClassName
{
background-color: #3BC6DB;
}
</style>
border-color css
<style>
span { border-color: #3BC6DB; }
span { border-color: rgb(59,198,219); }
td.TdClassName
{
border-color: #3BC6DB;
}
.TagClassName
{
border-color: #3BC6DB;
}
</style>