Shades of Summer Sky #3FC0EC
Tints of Summer Sky #3FC0EC
RGB
CMYK
RGB Variations
Color information
#3FC0EC (or 0x3FC0EC) is known color: Summer Sky. HEX triplet: 3F, C0 and EC. RGB value is (63,192,236). Sum of RGB (Red+Green+Blue) = 63+192+236=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FC0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FC0EC is #C03F13. Grayscale: #9E9E9E. Windows color (decimal): -12599060 or 15515711. OLE color: 15515711.
HSL color Cylindrical-coordinate representation of color #3FC0EC: hue angle of 195.26º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FC0EC is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 192 | 236 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.07 |
| HSL | 195.26º | 0.82% | 0.59% | - |
| HSV(B) | 195.26º | 0.73% | 0.93% | - |
| XYZ | 36.04 | 44.81 | 86.11 | - |
| YUV | 158.45 | 171.76 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 236 | 0.73 | 0.19 | 0 | 0.07 | 195.26 | 0.82 | 0.59 |
| Hex | 3F | C0 | EC | 49 | 13 | 0 | 7 | C3 | 52 | 3B |
| Octal | 77 | 300 | 354 | 111 | 23 | 0 | 7 | 303 | 122 | 73 |
| Binary | 111111 | 11000000 | 11101100 | 1001001 | 10011 | 0 | 111 | 11000011 | 1010010 | 111011 |
Color Harmonies of #3FC0EC
Complementary color
Monochromatic Colors of #3FC0EC
Black with #3FC0EC
Text Example
Text Example
White with #3FC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC0EC; }
p { color: rgb(63,192,236); }
H1.HeaderClassName
{
color: #3FC0EC;
}
.AnyTagClassName
{
color: #3FC0EC;
}
</style>
background-color css
<style>
a { background-color: #3FC0EC; }
a { background-color: rgb(63,192,236); }
div.DivClassName
{
background-color: #3FC0EC;
}
.BgClassName
{
background-color: #3FC0EC;
}
</style>
border-color css
<style>
span { border-color: #3FC0EC; }
span { border-color: rgb(63,192,236); }
td.TdClassName
{
border-color: #3FC0EC;
}
.TagClassName
{
border-color: #3FC0EC;
}
</style>