Shades of Summer Sky #3FACFE
Tints of Summer Sky #3FACFE
RGB
CMYK
RGB Variations
Color information
#3FACFE (or 0x3FACFE) is known color: Summer Sky. HEX triplet: 3F, AC and FE. RGB value is (63,172,254). Sum of RGB (Red+Green+Blue) = 63+172+254=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FACFE is #C05301. Grayscale: #949494. Windows color (decimal): -12604162 or 16690239. OLE color: 16690239.
HSL color Cylindrical-coordinate representation of color #3FACFE: hue angle of 205.76º 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 #3FACFE is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 172 | 254 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.00 |
| HSL | 205.76º | 0.99% | 0.62% | - |
| HSV(B) | 205.76º | 0.75% | 1% | - |
| XYZ | 34.69 | 37.72 | 99.22 | - |
| YUV | 148.76 | 187.39 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 254 | 0.75 | 0.32 | 0 | 0.00 | 205.76 | 0.99 | 0.62 |
| Hex | 3F | AC | FE | 4B | 20 | 0 | 0 | CE | 63 | 3E |
| Octal | 77 | 254 | 376 | 113 | 40 | 0 | 0 | 316 | 143 | 76 |
| Binary | 111111 | 10101100 | 11111110 | 1001011 | 100000 | 0 | 0 | 11001110 | 1100011 | 111110 |
Color Harmonies of #3FACFE
Complementary color
Monochromatic Colors of #3FACFE
Black with #3FACFE
Text Example
Text Example
White with #3FACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACFE; }
p { color: rgb(63,172,254); }
H1.HeaderClassName
{
color: #3FACFE;
}
.AnyTagClassName
{
color: #3FACFE;
}
</style>
background-color css
<style>
a { background-color: #3FACFE; }
a { background-color: rgb(63,172,254); }
div.DivClassName
{
background-color: #3FACFE;
}
.BgClassName
{
background-color: #3FACFE;
}
</style>
border-color css
<style>
span { border-color: #3FACFE; }
span { border-color: rgb(63,172,254); }
td.TdClassName
{
border-color: #3FACFE;
}
.TagClassName
{
border-color: #3FACFE;
}
</style>