Shades of Summer Sky #3BBCDD
Tints of Summer Sky #3BBCDD
RGB
CMYK
RGB Variations
Color information
#3BBCDD (or 0x3BBCDD) is known color: Summer Sky. HEX triplet: 3B, BC and DD. RGB value is (59,188,221). Sum of RGB (Red+Green+Blue) = 59+188+221=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BBCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBCDD is #C44322. Grayscale: #989898. Windows color (decimal): -12862243 or 14531643. OLE color: 14531643.
HSL color Cylindrical-coordinate representation of color #3BBCDD: hue angle of 192.22º 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 #3BBCDD is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 188 | 221 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.13 |
| HSL | 192.22º | 0.7% | 0.55% | - |
| HSV(B) | 192.22º | 0.73% | 0.87% | - |
| XYZ | 32.84 | 42.12 | 74.81 | - |
| YUV | 153.19 | 166.26 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 221 | 0.73 | 0.15 | 0 | 0.13 | 192.22 | 0.7 | 0.55 |
| Hex | 3B | BC | DD | 49 | F | 0 | D | C0 | 46 | 37 |
| Octal | 73 | 274 | 335 | 111 | 17 | 0 | 15 | 300 | 106 | 67 |
| Binary | 111011 | 10111100 | 11011101 | 1001001 | 1111 | 0 | 1101 | 11000000 | 1000110 | 110111 |
Color Harmonies of #3BBCDD
Complementary color
Monochromatic Colors of #3BBCDD
Black with #3BBCDD
Text Example
Text Example
White with #3BBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCDD; }
p { color: rgb(59,188,221); }
H1.HeaderClassName
{
color: #3BBCDD;
}
.AnyTagClassName
{
color: #3BBCDD;
}
</style>
background-color css
<style>
a { background-color: #3BBCDD; }
a { background-color: rgb(59,188,221); }
div.DivClassName
{
background-color: #3BBCDD;
}
.BgClassName
{
background-color: #3BBCDD;
}
</style>
border-color css
<style>
span { border-color: #3BBCDD; }
span { border-color: rgb(59,188,221); }
td.TdClassName
{
border-color: #3BBCDD;
}
.TagClassName
{
border-color: #3BBCDD;
}
</style>