Shades of Summer Sky #3FA5E4
Tints of Summer Sky #3FA5E4
RGB
CMYK
RGB Variations
Color information
#3FA5E4 (or 0x3FA5E4) is known color: Summer Sky. HEX triplet: 3F, A5 and E4. RGB value is (63,165,228). Sum of RGB (Red+Green+Blue) = 63+165+228=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #3FA5E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA5E4 is #C05A1B. Grayscale: #8D8D8D. Windows color (decimal): -12605980 or 14984511. OLE color: 14984511.
HSL color Cylindrical-coordinate representation of color #3FA5E4: hue angle of 202.91º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FA5E4 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 165 | 228 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.11 |
| HSL | 202.91º | 0.75% | 0.57% | - |
| HSV(B) | 202.91º | 0.72% | 0.89% | - |
| XYZ | 29.51 | 33.57 | 78.32 | - |
| YUV | 141.68 | 176.71 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 228 | 0.72 | 0.28 | 0 | 0.11 | 202.91 | 0.75 | 0.57 |
| Hex | 3F | A5 | E4 | 48 | 1C | 0 | B | CB | 4B | 39 |
| Octal | 77 | 245 | 344 | 110 | 34 | 0 | 13 | 313 | 113 | 71 |
| Binary | 111111 | 10100101 | 11100100 | 1001000 | 11100 | 0 | 1011 | 11001011 | 1001011 | 111001 |
Color Harmonies of #3FA5E4
Complementary color
Monochromatic Colors of #3FA5E4
Black with #3FA5E4
Text Example
Text Example
White with #3FA5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA5E4; }
p { color: rgb(63,165,228); }
H1.HeaderClassName
{
color: #3FA5E4;
}
.AnyTagClassName
{
color: #3FA5E4;
}
</style>
background-color css
<style>
a { background-color: #3FA5E4; }
a { background-color: rgb(63,165,228); }
div.DivClassName
{
background-color: #3FA5E4;
}
.BgClassName
{
background-color: #3FA5E4;
}
</style>
border-color css
<style>
span { border-color: #3FA5E4; }
span { border-color: rgb(63,165,228); }
td.TdClassName
{
border-color: #3FA5E4;
}
.TagClassName
{
border-color: #3FA5E4;
}
</style>