Shades of Summer Sky #3FAFE4
Tints of Summer Sky #3FAFE4
RGB
CMYK
RGB Variations
Color information
#3FAFE4 (or 0x3FAFE4) is known color: Summer Sky. HEX triplet: 3F, AF and E4. RGB value is (63,175,228). Sum of RGB (Red+Green+Blue) = 63+175+228=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #3FAFE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFE4 is #C0501B. Grayscale: #939393. Windows color (decimal): -12603420 or 14987071. OLE color: 14987071.
HSL color Cylindrical-coordinate representation of color #3FAFE4: hue angle of 199.27º 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 #3FAFE4 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 175 | 228 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.11 |
| HSL | 199.27º | 0.75% | 0.57% | - |
| HSV(B) | 199.27º | 0.72% | 0.89% | - |
| XYZ | 31.38 | 37.32 | 78.95 | - |
| YUV | 147.55 | 173.39 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 228 | 0.72 | 0.23 | 0 | 0.11 | 199.27 | 0.75 | 0.57 |
| Hex | 3F | AF | E4 | 48 | 17 | 0 | B | C7 | 4B | 39 |
| Octal | 77 | 257 | 344 | 110 | 27 | 0 | 13 | 307 | 113 | 71 |
| Binary | 111111 | 10101111 | 11100100 | 1001000 | 10111 | 0 | 1011 | 11000111 | 1001011 | 111001 |
Color Harmonies of #3FAFE4
Complementary color
Monochromatic Colors of #3FAFE4
Black with #3FAFE4
Text Example
Text Example
White with #3FAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFE4; }
p { color: rgb(63,175,228); }
H1.HeaderClassName
{
color: #3FAFE4;
}
.AnyTagClassName
{
color: #3FAFE4;
}
</style>
background-color css
<style>
a { background-color: #3FAFE4; }
a { background-color: rgb(63,175,228); }
div.DivClassName
{
background-color: #3FAFE4;
}
.BgClassName
{
background-color: #3FAFE4;
}
</style>
border-color css
<style>
span { border-color: #3FAFE4; }
span { border-color: rgb(63,175,228); }
td.TdClassName
{
border-color: #3FAFE4;
}
.TagClassName
{
border-color: #3FAFE4;
}
</style>