Shades of Summer Sky #3FAFEA
Tints of Summer Sky #3FAFEA
RGB
CMYK
RGB Variations
Color information
#3FAFEA (or 0x3FAFEA) is known color: Summer Sky. HEX triplet: 3F, AF and EA. RGB value is (63,175,234). Sum of RGB (Red+Green+Blue) = 63+175+234=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FAFEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAFEA is #C05015. Grayscale: #939393. Windows color (decimal): -12603414 or 15380287. OLE color: 15380287.
HSL color Cylindrical-coordinate representation of color #3FAFEA: hue angle of 200.7º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FAFEA is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 175 | 234 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.08 |
| HSL | 200.7º | 0.8% | 0.58% | - |
| HSV(B) | 200.7º | 0.73% | 0.92% | - |
| XYZ | 32.23 | 37.66 | 83.41 | - |
| YUV | 148.24 | 176.39 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 234 | 0.73 | 0.25 | 0 | 0.08 | 200.7 | 0.8 | 0.58 |
| Hex | 3F | AF | EA | 49 | 19 | 0 | 8 | C9 | 50 | 3A |
| Octal | 77 | 257 | 352 | 111 | 31 | 0 | 10 | 311 | 120 | 72 |
| Binary | 111111 | 10101111 | 11101010 | 1001001 | 11001 | 0 | 1000 | 11001001 | 1010000 | 111010 |
Color Harmonies of #3FAFEA
Complementary color
Monochromatic Colors of #3FAFEA
Black with #3FAFEA
Text Example
Text Example
White with #3FAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFEA; }
p { color: rgb(63,175,234); }
H1.HeaderClassName
{
color: #3FAFEA;
}
.AnyTagClassName
{
color: #3FAFEA;
}
</style>
background-color css
<style>
a { background-color: #3FAFEA; }
a { background-color: rgb(63,175,234); }
div.DivClassName
{
background-color: #3FAFEA;
}
.BgClassName
{
background-color: #3FAFEA;
}
</style>
border-color css
<style>
span { border-color: #3FAFEA; }
span { border-color: rgb(63,175,234); }
td.TdClassName
{
border-color: #3FAFEA;
}
.TagClassName
{
border-color: #3FAFEA;
}
</style>