Shades of Summer Sky #3FA7EC
Tints of Summer Sky #3FA7EC
RGB
CMYK
RGB Variations
Color information
#3FA7EC (or 0x3FA7EC) is known color: Summer Sky. HEX triplet: 3F, A7 and EC. RGB value is (63,167,236). Sum of RGB (Red+Green+Blue) = 63+167+236=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FA7EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA7EC is #C05813. Grayscale: #8F8F8F. Windows color (decimal): -12605460 or 15509311. OLE color: 15509311.
HSL color Cylindrical-coordinate representation of color #3FA7EC: hue angle of 203.93º 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 #3FA7EC is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 167 | 236 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.07 |
| HSL | 203.93º | 0.82% | 0.59% | - |
| HSV(B) | 203.93º | 0.73% | 0.93% | - |
| XYZ | 31.01 | 34.75 | 84.43 | - |
| YUV | 143.77 | 180.04 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 236 | 0.73 | 0.29 | 0 | 0.07 | 203.93 | 0.82 | 0.59 |
| Hex | 3F | A7 | EC | 49 | 1D | 0 | 7 | CC | 52 | 3B |
| Octal | 77 | 247 | 354 | 111 | 35 | 0 | 7 | 314 | 122 | 73 |
| Binary | 111111 | 10100111 | 11101100 | 1001001 | 11101 | 0 | 111 | 11001100 | 1010010 | 111011 |
Color Harmonies of #3FA7EC
Complementary color
Monochromatic Colors of #3FA7EC
Black with #3FA7EC
Text Example
Text Example
White with #3FA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA7EC; }
p { color: rgb(63,167,236); }
H1.HeaderClassName
{
color: #3FA7EC;
}
.AnyTagClassName
{
color: #3FA7EC;
}
</style>
background-color css
<style>
a { background-color: #3FA7EC; }
a { background-color: rgb(63,167,236); }
div.DivClassName
{
background-color: #3FA7EC;
}
.BgClassName
{
background-color: #3FA7EC;
}
</style>
border-color css
<style>
span { border-color: #3FA7EC; }
span { border-color: rgb(63,167,236); }
td.TdClassName
{
border-color: #3FA7EC;
}
.TagClassName
{
border-color: #3FA7EC;
}
</style>