Shades of Summer Sky #3BB6DB
Tints of Summer Sky #3BB6DB
RGB
CMYK
RGB Variations
Color information
#3BB6DB (or 0x3BB6DB) is known color: Summer Sky. HEX triplet: 3B, B6 and DB. RGB value is (59,182,219). Sum of RGB (Red+Green+Blue) = 59+182+219=460 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.83% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BB6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB6DB is #C44924. Grayscale: #959595. Windows color (decimal): -12863781 or 14399035. OLE color: 14399035.
HSL color Cylindrical-coordinate representation of color #3BB6DB: hue angle of 193.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 #3BB6DB is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 182 | 219 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.14 |
| HSL | 193.88º | 0.69% | 0.55% | - |
| HSV(B) | 193.88º | 0.73% | 0.86% | - |
| XYZ | 31.32 | 39.5 | 72.99 | - |
| YUV | 149.44 | 167.25 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 182 | 219 | 0.73 | 0.17 | 0 | 0.14 | 193.88 | 0.69 | 0.55 |
| Hex | 3B | B6 | DB | 49 | 11 | 0 | E | C2 | 45 | 37 |
| Octal | 73 | 266 | 333 | 111 | 21 | 0 | 16 | 302 | 105 | 67 |
| Binary | 111011 | 10110110 | 11011011 | 1001001 | 10001 | 0 | 1110 | 11000010 | 1000101 | 110111 |
Color Harmonies of #3BB6DB
Complementary color
Monochromatic Colors of #3BB6DB
Black with #3BB6DB
Text Example
Text Example
White with #3BB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB6DB; }
p { color: rgb(59,182,219); }
H1.HeaderClassName
{
color: #3BB6DB;
}
.AnyTagClassName
{
color: #3BB6DB;
}
</style>
background-color css
<style>
a { background-color: #3BB6DB; }
a { background-color: rgb(59,182,219); }
div.DivClassName
{
background-color: #3BB6DB;
}
.BgClassName
{
background-color: #3BB6DB;
}
</style>
border-color css
<style>
span { border-color: #3BB6DB; }
span { border-color: rgb(59,182,219); }
td.TdClassName
{
border-color: #3BB6DB;
}
.TagClassName
{
border-color: #3BB6DB;
}
</style>