Shades of Summer Sky #3CBCD4
Tints of Summer Sky #3CBCD4
RGB
CMYK
RGB Variations
Color information
#3CBCD4 (or 0x3CBCD4) is known color: Summer Sky. HEX triplet: 3C, BC and D4. RGB value is (60,188,212). Sum of RGB (Red+Green+Blue) = 60+188+212=460 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.04% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #3CBCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCD4 is #C3432B. Grayscale: #989898. Windows color (decimal): -12796716 or 13941820. OLE color: 13941820.
HSL color Cylindrical-coordinate representation of color #3CBCD4: hue angle of 189.47º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBCD4 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 188 | 212 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.17 |
| HSL | 189.47º | 0.64% | 0.53% | - |
| HSV(B) | 189.47º | 0.72% | 0.83% | - |
| XYZ | 31.73 | 41.68 | 68.66 | - |
| YUV | 152.46 | 161.59 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 212 | 0.72 | 0.11 | 0 | 0.17 | 189.47 | 0.64 | 0.53 |
| Hex | 3C | BC | D4 | 48 | B | 0 | 11 | BD | 40 | 35 |
| Octal | 74 | 274 | 324 | 110 | 13 | 0 | 21 | 275 | 100 | 65 |
| Binary | 111100 | 10111100 | 11010100 | 1001000 | 1011 | 0 | 10001 | 10111101 | 1000000 | 110101 |
Color Harmonies of #3CBCD4
Complementary color
Monochromatic Colors of #3CBCD4
Black with #3CBCD4
Text Example
Text Example
White with #3CBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCD4; }
p { color: rgb(60,188,212); }
H1.HeaderClassName
{
color: #3CBCD4;
}
.AnyTagClassName
{
color: #3CBCD4;
}
</style>
background-color css
<style>
a { background-color: #3CBCD4; }
a { background-color: rgb(60,188,212); }
div.DivClassName
{
background-color: #3CBCD4;
}
.BgClassName
{
background-color: #3CBCD4;
}
</style>
border-color css
<style>
span { border-color: #3CBCD4; }
span { border-color: rgb(60,188,212); }
td.TdClassName
{
border-color: #3CBCD4;
}
.TagClassName
{
border-color: #3CBCD4;
}
</style>