Shades of Summer Sky #3FAAEE
Tints of Summer Sky #3FAAEE
RGB
CMYK
RGB Variations
Color information
#3FAAEE (or 0x3FAAEE) is known color: Summer Sky. HEX triplet: 3F, AA and EE. RGB value is (63,170,238). Sum of RGB (Red+Green+Blue) = 63+170+238=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FAAEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAAEE is #C05511. Grayscale: #919191. Windows color (decimal): -12604690 or 15641151. OLE color: 15641151.
HSL color Cylindrical-coordinate representation of color #3FAAEE: hue angle of 203.31º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FAAEE is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 170 | 238 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.07 |
| HSL | 203.31º | 0.84% | 0.59% | - |
| HSV(B) | 203.31º | 0.74% | 0.93% | - |
| XYZ | 31.86 | 35.98 | 86.15 | - |
| YUV | 145.76 | 180.05 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 238 | 0.74 | 0.29 | 0 | 0.07 | 203.31 | 0.84 | 0.59 |
| Hex | 3F | AA | EE | 4A | 1D | 0 | 7 | CB | 54 | 3B |
| Octal | 77 | 252 | 356 | 112 | 35 | 0 | 7 | 313 | 124 | 73 |
| Binary | 111111 | 10101010 | 11101110 | 1001010 | 11101 | 0 | 111 | 11001011 | 1010100 | 111011 |
Color Harmonies of #3FAAEE
Complementary color
Monochromatic Colors of #3FAAEE
Black with #3FAAEE
Text Example
Text Example
White with #3FAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAEE; }
p { color: rgb(63,170,238); }
H1.HeaderClassName
{
color: #3FAAEE;
}
.AnyTagClassName
{
color: #3FAAEE;
}
</style>
background-color css
<style>
a { background-color: #3FAAEE; }
a { background-color: rgb(63,170,238); }
div.DivClassName
{
background-color: #3FAAEE;
}
.BgClassName
{
background-color: #3FAAEE;
}
</style>
border-color css
<style>
span { border-color: #3FAAEE; }
span { border-color: rgb(63,170,238); }
td.TdClassName
{
border-color: #3FAAEE;
}
.TagClassName
{
border-color: #3FAAEE;
}
</style>