Shades of Summer Sky #3FA6EC
Tints of Summer Sky #3FA6EC
RGB
CMYK
RGB Variations
Color information
#3FA6EC (or 0x3FA6EC) is known color: Summer Sky. HEX triplet: 3F, A6 and EC. RGB value is (63,166,236). Sum of RGB (Red+Green+Blue) = 63+166+236=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FA6EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA6EC is #C05913. Grayscale: #8E8E8E. Windows color (decimal): -12605716 or 15509055. OLE color: 15509055.
HSL color Cylindrical-coordinate representation of color #3FA6EC: hue angle of 204.28º 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 #3FA6EC is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 166 | 236 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.07 |
| HSL | 204.28º | 0.82% | 0.59% | - |
| HSV(B) | 204.28º | 0.73% | 0.93% | - |
| XYZ | 30.83 | 34.39 | 84.37 | - |
| YUV | 143.18 | 180.38 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 236 | 0.73 | 0.30 | 0 | 0.07 | 204.28 | 0.82 | 0.59 |
| Hex | 3F | A6 | EC | 49 | 1E | 0 | 7 | CC | 52 | 3B |
| Octal | 77 | 246 | 354 | 111 | 36 | 0 | 7 | 314 | 122 | 73 |
| Binary | 111111 | 10100110 | 11101100 | 1001001 | 11110 | 0 | 111 | 11001100 | 1010010 | 111011 |
Color Harmonies of #3FA6EC
Complementary color
Monochromatic Colors of #3FA6EC
Black with #3FA6EC
Text Example
Text Example
White with #3FA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA6EC; }
p { color: rgb(63,166,236); }
H1.HeaderClassName
{
color: #3FA6EC;
}
.AnyTagClassName
{
color: #3FA6EC;
}
</style>
background-color css
<style>
a { background-color: #3FA6EC; }
a { background-color: rgb(63,166,236); }
div.DivClassName
{
background-color: #3FA6EC;
}
.BgClassName
{
background-color: #3FA6EC;
}
</style>
border-color css
<style>
span { border-color: #3FA6EC; }
span { border-color: rgb(63,166,236); }
td.TdClassName
{
border-color: #3FA6EC;
}
.TagClassName
{
border-color: #3FA6EC;
}
</style>