Shades of Summer Sky #3CBBEC
Tints of Summer Sky #3CBBEC
RGB
CMYK
RGB Variations
Color information
#3CBBEC (or 0x3CBBEC) is known color: Summer Sky. HEX triplet: 3C, BB and EC. RGB value is (60,187,236). Sum of RGB (Red+Green+Blue) = 60+187+236=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CBBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBBEC is #C34413. Grayscale: #9A9A9A. Windows color (decimal): -12796948 or 15514428. OLE color: 15514428.
HSL color Cylindrical-coordinate representation of color #3CBBEC: hue angle of 196.7º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CBBEC is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 187 | 236 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.07 |
| HSL | 196.7º | 0.82% | 0.58% | - |
| HSV(B) | 196.7º | 0.75% | 0.93% | - |
| XYZ | 34.77 | 42.56 | 85.74 | - |
| YUV | 154.61 | 173.92 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 236 | 0.75 | 0.21 | 0 | 0.07 | 196.7 | 0.82 | 0.58 |
| Hex | 3C | BB | EC | 4B | 15 | 0 | 7 | C5 | 52 | 3A |
| Octal | 74 | 273 | 354 | 113 | 25 | 0 | 7 | 305 | 122 | 72 |
| Binary | 111100 | 10111011 | 11101100 | 1001011 | 10101 | 0 | 111 | 11000101 | 1010010 | 111010 |
Color Harmonies of #3CBBEC
Complementary color
Monochromatic Colors of #3CBBEC
Black with #3CBBEC
Text Example
Text Example
White with #3CBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBEC; }
p { color: rgb(60,187,236); }
H1.HeaderClassName
{
color: #3CBBEC;
}
.AnyTagClassName
{
color: #3CBBEC;
}
</style>
background-color css
<style>
a { background-color: #3CBBEC; }
a { background-color: rgb(60,187,236); }
div.DivClassName
{
background-color: #3CBBEC;
}
.BgClassName
{
background-color: #3CBBEC;
}
</style>
border-color css
<style>
span { border-color: #3CBBEC; }
span { border-color: rgb(60,187,236); }
td.TdClassName
{
border-color: #3CBBEC;
}
.TagClassName
{
border-color: #3CBBEC;
}
</style>