Shades of Summer Sky #3CBBDC
Tints of Summer Sky #3CBBDC
RGB
CMYK
RGB Variations
Color information
#3CBBDC (or 0x3CBBDC) is known color: Summer Sky. HEX triplet: 3C, BB and DC. RGB value is (60,187,220). Sum of RGB (Red+Green+Blue) = 60+187+220=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CBBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBBDC is #C34423. Grayscale: #989898. Windows color (decimal): -12796964 or 14465852. OLE color: 14465852.
HSL color Cylindrical-coordinate representation of color #3CBBDC: hue angle of 192.38º 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 #3CBBDC is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 187 | 220 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.14 |
| HSL | 192.38º | 0.7% | 0.55% | - |
| HSV(B) | 192.38º | 0.73% | 0.86% | - |
| XYZ | 32.55 | 41.67 | 74.04 | - |
| YUV | 152.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 220 | 0.73 | 0.15 | 0 | 0.14 | 192.38 | 0.7 | 0.55 |
| Hex | 3C | BB | DC | 49 | F | 0 | E | C0 | 46 | 37 |
| Octal | 74 | 273 | 334 | 111 | 17 | 0 | 16 | 300 | 106 | 67 |
| Binary | 111100 | 10111011 | 11011100 | 1001001 | 1111 | 0 | 1110 | 11000000 | 1000110 | 110111 |
Color Harmonies of #3CBBDC
Complementary color
Monochromatic Colors of #3CBBDC
Black with #3CBBDC
Text Example
Text Example
White with #3CBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBDC; }
p { color: rgb(60,187,220); }
H1.HeaderClassName
{
color: #3CBBDC;
}
.AnyTagClassName
{
color: #3CBBDC;
}
</style>
background-color css
<style>
a { background-color: #3CBBDC; }
a { background-color: rgb(60,187,220); }
div.DivClassName
{
background-color: #3CBBDC;
}
.BgClassName
{
background-color: #3CBBDC;
}
</style>
border-color css
<style>
span { border-color: #3CBBDC; }
span { border-color: rgb(60,187,220); }
td.TdClassName
{
border-color: #3CBBDC;
}
.TagClassName
{
border-color: #3CBBDC;
}
</style>