Shades of Summer Sky #3FAAEC
Tints of Summer Sky #3FAAEC
RGB
CMYK
RGB Variations
Color information
#3FAAEC (or 0x3FAAEC) is known color: Summer Sky. HEX triplet: 3F, AA and EC. RGB value is (63,170,236). Sum of RGB (Red+Green+Blue) = 63+170+236=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FAAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAAEC is #C05513. Grayscale: #919191. Windows color (decimal): -12604692 or 15510079. OLE color: 15510079.
HSL color Cylindrical-coordinate representation of color #3FAAEC: hue angle of 202.89º 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 #3FAAEC is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 170 | 236 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.07 |
| HSL | 202.89º | 0.82% | 0.59% | - |
| HSV(B) | 202.89º | 0.73% | 0.93% | - |
| XYZ | 31.56 | 35.86 | 84.62 | - |
| YUV | 145.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 236 | 0.73 | 0.28 | 0 | 0.07 | 202.89 | 0.82 | 0.59 |
| Hex | 3F | AA | EC | 49 | 1C | 0 | 7 | CB | 52 | 3B |
| Octal | 77 | 252 | 354 | 111 | 34 | 0 | 7 | 313 | 122 | 73 |
| Binary | 111111 | 10101010 | 11101100 | 1001001 | 11100 | 0 | 111 | 11001011 | 1010010 | 111011 |
Color Harmonies of #3FAAEC
Complementary color
Monochromatic Colors of #3FAAEC
Black with #3FAAEC
Text Example
Text Example
White with #3FAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAEC; }
p { color: rgb(63,170,236); }
H1.HeaderClassName
{
color: #3FAAEC;
}
.AnyTagClassName
{
color: #3FAAEC;
}
</style>
background-color css
<style>
a { background-color: #3FAAEC; }
a { background-color: rgb(63,170,236); }
div.DivClassName
{
background-color: #3FAAEC;
}
.BgClassName
{
background-color: #3FAAEC;
}
</style>
border-color css
<style>
span { border-color: #3FAAEC; }
span { border-color: rgb(63,170,236); }
td.TdClassName
{
border-color: #3FAAEC;
}
.TagClassName
{
border-color: #3FAAEC;
}
</style>