Shades of Summer Sky #3FAAE5
Tints of Summer Sky #3FAAE5
RGB
CMYK
RGB Variations
Color information
#3FAAE5 (or 0x3FAAE5) is known color: Summer Sky. HEX triplet: 3F, AA and E5. RGB value is (63,170,229). Sum of RGB (Red+Green+Blue) = 63+170+229=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #3FAAE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAAE5 is #C0551A. Grayscale: #909090. Windows color (decimal): -12604699 or 15051327. OLE color: 15051327.
HSL color Cylindrical-coordinate representation of color #3FAAE5: hue angle of 201.33º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FAAE5 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 170 | 229 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.10 |
| HSL | 201.33º | 0.76% | 0.57% | - |
| HSV(B) | 201.33º | 0.72% | 0.9% | - |
| XYZ | 30.57 | 35.46 | 79.36 | - |
| YUV | 144.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 229 | 0.72 | 0.26 | 0 | 0.10 | 201.33 | 0.76 | 0.57 |
| Hex | 3F | AA | E5 | 48 | 1A | 0 | A | C9 | 4C | 39 |
| Octal | 77 | 252 | 345 | 110 | 32 | 0 | 12 | 311 | 114 | 71 |
| Binary | 111111 | 10101010 | 11100101 | 1001000 | 11010 | 0 | 1010 | 11001001 | 1001100 | 111001 |
Color Harmonies of #3FAAE5
Complementary color
Monochromatic Colors of #3FAAE5
Black with #3FAAE5
Text Example
Text Example
White with #3FAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAAE5; }
p { color: rgb(63,170,229); }
H1.HeaderClassName
{
color: #3FAAE5;
}
.AnyTagClassName
{
color: #3FAAE5;
}
</style>
background-color css
<style>
a { background-color: #3FAAE5; }
a { background-color: rgb(63,170,229); }
div.DivClassName
{
background-color: #3FAAE5;
}
.BgClassName
{
background-color: #3FAAE5;
}
</style>
border-color css
<style>
span { border-color: #3FAAE5; }
span { border-color: rgb(63,170,229); }
td.TdClassName
{
border-color: #3FAAE5;
}
.TagClassName
{
border-color: #3FAAE5;
}
</style>