Shades of Summer Sky #3BBBDD
Tints of Summer Sky #3BBBDD
RGB
CMYK
RGB Variations
Color information
#3BBBDD (or 0x3BBBDD) is known color: Summer Sky. HEX triplet: 3B, BB and DD. RGB value is (59,187,221). Sum of RGB (Red+Green+Blue) = 59+187+221=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BBBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBBDD is #C44422. Grayscale: #989898. Windows color (decimal): -12862499 or 14531387. OLE color: 14531387.
HSL color Cylindrical-coordinate representation of color #3BBBDD: hue angle of 192.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BBBDD is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 187 | 221 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.13 |
| HSL | 192.59º | 0.7% | 0.55% | - |
| HSV(B) | 192.59º | 0.73% | 0.87% | - |
| XYZ | 32.63 | 41.69 | 74.73 | - |
| YUV | 152.6 | 166.59 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 221 | 0.73 | 0.15 | 0 | 0.13 | 192.59 | 0.7 | 0.55 |
| Hex | 3B | BB | DD | 49 | F | 0 | D | C1 | 46 | 37 |
| Octal | 73 | 273 | 335 | 111 | 17 | 0 | 15 | 301 | 106 | 67 |
| Binary | 111011 | 10111011 | 11011101 | 1001001 | 1111 | 0 | 1101 | 11000001 | 1000110 | 110111 |
Color Harmonies of #3BBBDD
Complementary color
Monochromatic Colors of #3BBBDD
Black with #3BBBDD
Text Example
Text Example
White with #3BBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBBDD; }
p { color: rgb(59,187,221); }
H1.HeaderClassName
{
color: #3BBBDD;
}
.AnyTagClassName
{
color: #3BBBDD;
}
</style>
background-color css
<style>
a { background-color: #3BBBDD; }
a { background-color: rgb(59,187,221); }
div.DivClassName
{
background-color: #3BBBDD;
}
.BgClassName
{
background-color: #3BBBDD;
}
</style>
border-color css
<style>
span { border-color: #3BBBDD; }
span { border-color: rgb(59,187,221); }
td.TdClassName
{
border-color: #3BBBDD;
}
.TagClassName
{
border-color: #3BBBDD;
}
</style>