Shades of Summer Sky #3CBBDD
Tints of Summer Sky #3CBBDD
RGB
CMYK
RGB Variations
Color information
#3CBBDD (or 0x3CBBDD) is known color: Summer Sky. HEX triplet: 3C, BB and DD. RGB value is (60,187,221). Sum of RGB (Red+Green+Blue) = 60+187+221=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 187 (73.44% from 255 or 39.96% 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 #3CBBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBBDD is #C34422. Grayscale: #989898. Windows color (decimal): -12796963 or 14531388. OLE color: 14531388.
HSL color Cylindrical-coordinate representation of color #3CBBDD: hue angle of 192.67º 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 #3CBBDD is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 187 | 221 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.13 |
| HSL | 192.67º | 0.7% | 0.55% | - |
| HSV(B) | 192.67º | 0.73% | 0.87% | - |
| XYZ | 32.68 | 41.72 | 74.74 | - |
| YUV | 152.9 | 166.42 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 221 | 0.73 | 0.15 | 0 | 0.13 | 192.67 | 0.7 | 0.55 |
| Hex | 3C | BB | DD | 49 | F | 0 | D | C1 | 46 | 37 |
| Octal | 74 | 273 | 335 | 111 | 17 | 0 | 15 | 301 | 106 | 67 |
| Binary | 111100 | 10111011 | 11011101 | 1001001 | 1111 | 0 | 1101 | 11000001 | 1000110 | 110111 |
Color Harmonies of #3CBBDD
Complementary color
Monochromatic Colors of #3CBBDD
Black with #3CBBDD
Text Example
Text Example
White with #3CBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBDD; }
p { color: rgb(60,187,221); }
H1.HeaderClassName
{
color: #3CBBDD;
}
.AnyTagClassName
{
color: #3CBBDD;
}
</style>
background-color css
<style>
a { background-color: #3CBBDD; }
a { background-color: rgb(60,187,221); }
div.DivClassName
{
background-color: #3CBBDD;
}
.BgClassName
{
background-color: #3CBBDD;
}
</style>
border-color css
<style>
span { border-color: #3CBBDD; }
span { border-color: rgb(60,187,221); }
td.TdClassName
{
border-color: #3CBBDD;
}
.TagClassName
{
border-color: #3CBBDD;
}
</style>