Shades of Summer Sky #3CBFEC
Tints of Summer Sky #3CBFEC
RGB
CMYK
RGB Variations
Color information
#3CBFEC (or 0x3CBFEC) is known color: Summer Sky. HEX triplet: 3C, BF and EC. RGB value is (60,191,236). Sum of RGB (Red+Green+Blue) = 60+191+236=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CBFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBFEC is #C34013. Grayscale: #9C9C9C. Windows color (decimal): -12795924 or 15515452. OLE color: 15515452.
HSL color Cylindrical-coordinate representation of color #3CBFEC: hue angle of 195.34º 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 #3CBFEC is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 191 | 236 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.07 |
| HSL | 195.34º | 0.82% | 0.58% | - |
| HSV(B) | 195.34º | 0.75% | 0.93% | - |
| XYZ | 35.63 | 44.28 | 86.03 | - |
| YUV | 156.96 | 172.6 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 236 | 0.75 | 0.19 | 0 | 0.07 | 195.34 | 0.82 | 0.58 |
| Hex | 3C | BF | EC | 4B | 13 | 0 | 7 | C3 | 52 | 3A |
| Octal | 74 | 277 | 354 | 113 | 23 | 0 | 7 | 303 | 122 | 72 |
| Binary | 111100 | 10111111 | 11101100 | 1001011 | 10011 | 0 | 111 | 11000011 | 1010010 | 111010 |
Color Harmonies of #3CBFEC
Complementary color
Monochromatic Colors of #3CBFEC
Black with #3CBFEC
Text Example
Text Example
White with #3CBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBFEC; }
p { color: rgb(60,191,236); }
H1.HeaderClassName
{
color: #3CBFEC;
}
.AnyTagClassName
{
color: #3CBFEC;
}
</style>
background-color css
<style>
a { background-color: #3CBFEC; }
a { background-color: rgb(60,191,236); }
div.DivClassName
{
background-color: #3CBFEC;
}
.BgClassName
{
background-color: #3CBFEC;
}
</style>
border-color css
<style>
span { border-color: #3CBFEC; }
span { border-color: rgb(60,191,236); }
td.TdClassName
{
border-color: #3CBFEC;
}
.TagClassName
{
border-color: #3CBFEC;
}
</style>