Shades of Summer Sky #3BBBDC
Tints of Summer Sky #3BBBDC
RGB
CMYK
RGB Variations
Color information
#3BBBDC (or 0x3BBBDC) is known color: Summer Sky. HEX triplet: 3B, BB and DC. RGB value is (59,187,220). Sum of RGB (Red+Green+Blue) = 59+187+220=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BBBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBBDC is #C44423. Grayscale: #989898. Windows color (decimal): -12862500 or 14465851. OLE color: 14465851.
HSL color Cylindrical-coordinate representation of color #3BBBDC: hue angle of 192.3º degrees, saturation: 0.7, 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 #3BBBDC is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 187 | 220 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.14 |
| HSL | 192.3º | 0.7% | 0.55% | - |
| HSV(B) | 192.3º | 0.73% | 0.86% | - |
| XYZ | 32.49 | 41.64 | 74.03 | - |
| YUV | 152.49 | 166.09 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 220 | 0.73 | 0.15 | 0 | 0.14 | 192.3 | 0.7 | 0.55 |
| Hex | 3B | BB | DC | 49 | F | 0 | E | C0 | 46 | 37 |
| Octal | 73 | 273 | 334 | 111 | 17 | 0 | 16 | 300 | 106 | 67 |
| Binary | 111011 | 10111011 | 11011100 | 1001001 | 1111 | 0 | 1110 | 11000000 | 1000110 | 110111 |
Color Harmonies of #3BBBDC
Complementary color
Monochromatic Colors of #3BBBDC
Black with #3BBBDC
Text Example
Text Example
White with #3BBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBBDC; }
p { color: rgb(59,187,220); }
H1.HeaderClassName
{
color: #3BBBDC;
}
.AnyTagClassName
{
color: #3BBBDC;
}
</style>
background-color css
<style>
a { background-color: #3BBBDC; }
a { background-color: rgb(59,187,220); }
div.DivClassName
{
background-color: #3BBBDC;
}
.BgClassName
{
background-color: #3BBBDC;
}
</style>
border-color css
<style>
span { border-color: #3BBBDC; }
span { border-color: rgb(59,187,220); }
td.TdClassName
{
border-color: #3BBBDC;
}
.TagClassName
{
border-color: #3BBBDC;
}
</style>