Shades of Summer Sky #3FAFE2
Tints of Summer Sky #3FAFE2
RGB
CMYK
RGB Variations
Color information
#3FAFE2 (or 0x3FAFE2) is known color: Summer Sky. HEX triplet: 3F, AF and E2. RGB value is (63,175,226). Sum of RGB (Red+Green+Blue) = 63+175+226=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 226 (88.67% from 255 or 48.71% from 464); Max value from RGB is 226 - color contains mainly: blue. Hex color #3FAFE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFE2 is #C0501D. Grayscale: #939393. Windows color (decimal): -12603422 or 14855999. OLE color: 14855999.
HSL color Cylindrical-coordinate representation of color #3FAFE2: hue angle of 198.77º degrees, saturation: 0.74, 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 #3FAFE2 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 175 | 226 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.11 |
| HSL | 198.77º | 0.74% | 0.57% | - |
| HSV(B) | 198.77º | 0.72% | 0.89% | - |
| XYZ | 31.11 | 37.21 | 77.49 | - |
| YUV | 147.33 | 172.39 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 226 | 0.72 | 0.23 | 0 | 0.11 | 198.77 | 0.74 | 0.57 |
| Hex | 3F | AF | E2 | 48 | 17 | 0 | B | C7 | 4A | 39 |
| Octal | 77 | 257 | 342 | 110 | 27 | 0 | 13 | 307 | 112 | 71 |
| Binary | 111111 | 10101111 | 11100010 | 1001000 | 10111 | 0 | 1011 | 11000111 | 1001010 | 111001 |
Color Harmonies of #3FAFE2
Complementary color
Monochromatic Colors of #3FAFE2
Black with #3FAFE2
Text Example
Text Example
White with #3FAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFE2; }
p { color: rgb(63,175,226); }
H1.HeaderClassName
{
color: #3FAFE2;
}
.AnyTagClassName
{
color: #3FAFE2;
}
</style>
background-color css
<style>
a { background-color: #3FAFE2; }
a { background-color: rgb(63,175,226); }
div.DivClassName
{
background-color: #3FAFE2;
}
.BgClassName
{
background-color: #3FAFE2;
}
</style>
border-color css
<style>
span { border-color: #3FAFE2; }
span { border-color: rgb(63,175,226); }
td.TdClassName
{
border-color: #3FAFE2;
}
.TagClassName
{
border-color: #3FAFE2;
}
</style>