Shades of Summer Sky #3BB8DB
Tints of Summer Sky #3BB8DB
RGB
CMYK
RGB Variations
Color information
#3BB8DB (or 0x3BB8DB) is known color: Summer Sky. HEX triplet: 3B, B8 and DB. RGB value is (59,184,219). Sum of RGB (Red+Green+Blue) = 59+184+219=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BB8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB8DB is #C44724. Grayscale: #969696. Windows color (decimal): -12863269 or 14399547. OLE color: 14399547.
HSL color Cylindrical-coordinate representation of color #3BB8DB: hue angle of 193.12º 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 #3BB8DB is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 184 | 219 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.14 |
| HSL | 193.13º | 0.69% | 0.55% | - |
| HSV(B) | 193.13º | 0.73% | 0.86% | - |
| XYZ | 31.73 | 40.33 | 73.13 | - |
| YUV | 150.62 | 166.59 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 184 | 219 | 0.73 | 0.16 | 0 | 0.14 | 193.13 | 0.69 | 0.55 |
| Hex | 3B | B8 | DB | 49 | 10 | 0 | E | C1 | 45 | 37 |
| Octal | 73 | 270 | 333 | 111 | 20 | 0 | 16 | 301 | 105 | 67 |
| Binary | 111011 | 10111000 | 11011011 | 1001001 | 10000 | 0 | 1110 | 11000001 | 1000101 | 110111 |
Color Harmonies of #3BB8DB
Complementary color
Monochromatic Colors of #3BB8DB
Black with #3BB8DB
Text Example
Text Example
White with #3BB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB8DB; }
p { color: rgb(59,184,219); }
H1.HeaderClassName
{
color: #3BB8DB;
}
.AnyTagClassName
{
color: #3BB8DB;
}
</style>
background-color css
<style>
a { background-color: #3BB8DB; }
a { background-color: rgb(59,184,219); }
div.DivClassName
{
background-color: #3BB8DB;
}
.BgClassName
{
background-color: #3BB8DB;
}
</style>
border-color css
<style>
span { border-color: #3BB8DB; }
span { border-color: rgb(59,184,219); }
td.TdClassName
{
border-color: #3BB8DB;
}
.TagClassName
{
border-color: #3BB8DB;
}
</style>