Shades of Summer Sky #3FA3EC
Tints of Summer Sky #3FA3EC
RGB
CMYK
RGB Variations
Color information
#3FA3EC (or 0x3FA3EC) is known color: Summer Sky. HEX triplet: 3F, A3 and EC. RGB value is (63,163,236). Sum of RGB (Red+Green+Blue) = 63+163+236=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FA3EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA3EC is #C05C13. Grayscale: #8D8D8D. Windows color (decimal): -12606484 or 15508287. OLE color: 15508287.
HSL color Cylindrical-coordinate representation of color #3FA3EC: hue angle of 205.32º 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 #3FA3EC is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 163 | 236 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.07 |
| HSL | 205.32º | 0.82% | 0.59% | - |
| HSV(B) | 205.32º | 0.73% | 0.93% | - |
| XYZ | 30.29 | 33.31 | 84.19 | - |
| YUV | 141.42 | 181.37 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 236 | 0.73 | 0.31 | 0 | 0.07 | 205.32 | 0.82 | 0.59 |
| Hex | 3F | A3 | EC | 49 | 1F | 0 | 7 | CD | 52 | 3B |
| Octal | 77 | 243 | 354 | 111 | 37 | 0 | 7 | 315 | 122 | 73 |
| Binary | 111111 | 10100011 | 11101100 | 1001001 | 11111 | 0 | 111 | 11001101 | 1010010 | 111011 |
Color Harmonies of #3FA3EC
Complementary color
Monochromatic Colors of #3FA3EC
Black with #3FA3EC
Text Example
Text Example
White with #3FA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA3EC; }
p { color: rgb(63,163,236); }
H1.HeaderClassName
{
color: #3FA3EC;
}
.AnyTagClassName
{
color: #3FA3EC;
}
</style>
background-color css
<style>
a { background-color: #3FA3EC; }
a { background-color: rgb(63,163,236); }
div.DivClassName
{
background-color: #3FA3EC;
}
.BgClassName
{
background-color: #3FA3EC;
}
</style>
border-color css
<style>
span { border-color: #3FA3EC; }
span { border-color: rgb(63,163,236); }
td.TdClassName
{
border-color: #3FA3EC;
}
.TagClassName
{
border-color: #3FA3EC;
}
</style>