Shades of Summer Sky #3FAAEF
Tints of Summer Sky #3FAAEF
RGB
CMYK
RGB Variations
Color information
#3FAAEF (or 0x3FAAEF) is known color: Summer Sky. HEX triplet: 3F, AA and EF. RGB value is (63,170,239). Sum of RGB (Red+Green+Blue) = 63+170+239=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FAAEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAAEF is #C05510. Grayscale: #919191. Windows color (decimal): -12604689 or 15706687. OLE color: 15706687.
HSL color Cylindrical-coordinate representation of color #3FAAEF: hue angle of 203.52º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FAAEF is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 170 | 239 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.06 |
| HSL | 203.52º | 0.85% | 0.59% | - |
| HSV(B) | 203.52º | 0.74% | 0.94% | - |
| XYZ | 32 | 36.04 | 86.93 | - |
| YUV | 145.87 | 180.55 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 239 | 0.74 | 0.29 | 0 | 0.06 | 203.52 | 0.85 | 0.59 |
| Hex | 3F | AA | EF | 4A | 1D | 0 | 6 | CC | 55 | 3B |
| Octal | 77 | 252 | 357 | 112 | 35 | 0 | 6 | 314 | 125 | 73 |
| Binary | 111111 | 10101010 | 11101111 | 1001010 | 11101 | 0 | 110 | 11001100 | 1010101 | 111011 |
Color Harmonies of #3FAAEF
Complementary color
Monochromatic Colors of #3FAAEF
Black with #3FAAEF
Text Example
Text Example
White with #3FAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAEF; }
p { color: rgb(63,170,239); }
H1.HeaderClassName
{
color: #3FAAEF;
}
.AnyTagClassName
{
color: #3FAAEF;
}
</style>
background-color css
<style>
a { background-color: #3FAAEF; }
a { background-color: rgb(63,170,239); }
div.DivClassName
{
background-color: #3FAAEF;
}
.BgClassName
{
background-color: #3FAAEF;
}
</style>
border-color css
<style>
span { border-color: #3FAAEF; }
span { border-color: rgb(63,170,239); }
td.TdClassName
{
border-color: #3FAAEF;
}
.TagClassName
{
border-color: #3FAAEF;
}
</style>