Shades of Summer Sky #3FAAFF
Tints of Summer Sky #3FAAFF
RGB
CMYK
RGB Variations
Color information
#3FAAFF (or 0x3FAAFF) is known color: Summer Sky. HEX triplet: 3F, AA and FF. RGB value is (63,170,255). Sum of RGB (Red+Green+Blue) = 63+170+255=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAAFF is #C05500. Grayscale: #939393. Windows color (decimal): -12604673 or 16755263. OLE color: 16755263.
HSL color Cylindrical-coordinate representation of color #3FAAFF: hue angle of 206.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FAAFF is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 170 | 255 | - |
| CMYK | 0.75 | 0.33 | 0 | 0 |
| HSL | 206.56º | 1% | 0.62% | - |
| HSV(B) | 206.56º | 0.75% | 1% | - |
| XYZ | 34.47 | 37.03 | 99.94 | - |
| YUV | 147.7 | 188.55 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 255 | 0.75 | 0.33 | 0 | 0 | 206.56 | 1 | 0.62 |
| Hex | 3F | AA | FF | 4B | 21 | 0 | 0 | CF | 64 | 3E |
| Octal | 77 | 252 | 377 | 113 | 41 | 0 | 0 | 317 | 144 | 76 |
| Binary | 111111 | 10101010 | 11111111 | 1001011 | 100001 | 0 | 0 | 11001111 | 1100100 | 111110 |
Color Harmonies of #3FAAFF
Complementary color
Monochromatic Colors of #3FAAFF
Black with #3FAAFF
Text Example
Text Example
White with #3FAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAFF; }
p { color: rgb(63,170,255); }
H1.HeaderClassName
{
color: #3FAAFF;
}
.AnyTagClassName
{
color: #3FAAFF;
}
</style>
background-color css
<style>
a { background-color: #3FAAFF; }
a { background-color: rgb(63,170,255); }
div.DivClassName
{
background-color: #3FAAFF;
}
.BgClassName
{
background-color: #3FAAFF;
}
</style>
border-color css
<style>
span { border-color: #3FAAFF; }
span { border-color: rgb(63,170,255); }
td.TdClassName
{
border-color: #3FAAFF;
}
.TagClassName
{
border-color: #3FAAFF;
}
</style>