Shades of Summer Sky #3FA8FE
Tints of Summer Sky #3FA8FE
RGB
CMYK
RGB Variations
Color information
#3FA8FE (or 0x3FA8FE) is known color: Summer Sky. HEX triplet: 3F, A8 and FE. RGB value is (63,168,254). Sum of RGB (Red+Green+Blue) = 63+168+254=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FA8FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FA8FE is #C05701. Grayscale: #919191. Windows color (decimal): -12605186 or 16689215. OLE color: 16689215.
HSL color Cylindrical-coordinate representation of color #3FA8FE: hue angle of 207.02º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FA8FE is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 168 | 254 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.00 |
| HSL | 207.02º | 0.99% | 0.62% | - |
| HSV(B) | 207.02º | 0.75% | 1% | - |
| XYZ | 33.94 | 36.22 | 98.97 | - |
| YUV | 146.41 | 188.71 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 168 | 254 | 0.75 | 0.34 | 0 | 0.00 | 207.02 | 0.99 | 0.62 |
| Hex | 3F | A8 | FE | 4B | 22 | 0 | 0 | CF | 63 | 3E |
| Octal | 77 | 250 | 376 | 113 | 42 | 0 | 0 | 317 | 143 | 76 |
| Binary | 111111 | 10101000 | 11111110 | 1001011 | 100010 | 0 | 0 | 11001111 | 1100011 | 111110 |
Color Harmonies of #3FA8FE
Complementary color
Monochromatic Colors of #3FA8FE
Black with #3FA8FE
Text Example
Text Example
White with #3FA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA8FE; }
p { color: rgb(63,168,254); }
H1.HeaderClassName
{
color: #3FA8FE;
}
.AnyTagClassName
{
color: #3FA8FE;
}
</style>
background-color css
<style>
a { background-color: #3FA8FE; }
a { background-color: rgb(63,168,254); }
div.DivClassName
{
background-color: #3FA8FE;
}
.BgClassName
{
background-color: #3FA8FE;
}
</style>
border-color css
<style>
span { border-color: #3FA8FE; }
span { border-color: rgb(63,168,254); }
td.TdClassName
{
border-color: #3FA8FE;
}
.TagClassName
{
border-color: #3FA8FE;
}
</style>