Shades of Summer Sky #3BC5DB
Tints of Summer Sky #3BC5DB
RGB
CMYK
RGB Variations
Color information
#3BC5DB (or 0x3BC5DB) is known color: Summer Sky. HEX triplet: 3B, C5 and DB. RGB value is (59,197,219). Sum of RGB (Red+Green+Blue) = 59+197+219=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BC5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC5DB is #C43A24. Grayscale: #9E9E9E. Windows color (decimal): -12859941 or 14402875. OLE color: 14402875.
HSL color Cylindrical-coordinate representation of color #3BC5DB: hue angle of 188.25º 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 #3BC5DB is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 197 | 219 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.14 |
| HSL | 188.25º | 0.69% | 0.55% | - |
| HSV(B) | 188.25º | 0.73% | 0.86% | - |
| XYZ | 34.56 | 45.98 | 74.07 | - |
| YUV | 158.25 | 162.28 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 219 | 0.73 | 0.10 | 0 | 0.14 | 188.25 | 0.69 | 0.55 |
| Hex | 3B | C5 | DB | 49 | A | 0 | E | BC | 45 | 37 |
| Octal | 73 | 305 | 333 | 111 | 12 | 0 | 16 | 274 | 105 | 67 |
| Binary | 111011 | 11000101 | 11011011 | 1001001 | 1010 | 0 | 1110 | 10111100 | 1000101 | 110111 |
Color Harmonies of #3BC5DB
Complementary color
Monochromatic Colors of #3BC5DB
Black with #3BC5DB
Text Example
Text Example
White with #3BC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC5DB; }
p { color: rgb(59,197,219); }
H1.HeaderClassName
{
color: #3BC5DB;
}
.AnyTagClassName
{
color: #3BC5DB;
}
</style>
background-color css
<style>
a { background-color: #3BC5DB; }
a { background-color: rgb(59,197,219); }
div.DivClassName
{
background-color: #3BC5DB;
}
.BgClassName
{
background-color: #3BC5DB;
}
</style>
border-color css
<style>
span { border-color: #3BC5DB; }
span { border-color: rgb(59,197,219); }
td.TdClassName
{
border-color: #3BC5DB;
}
.TagClassName
{
border-color: #3BC5DB;
}
</style>