Shades of Summer Sky #3FACE5
Tints of Summer Sky #3FACE5
RGB
CMYK
RGB Variations
Color information
#3FACE5 (or 0x3FACE5) is known color: Summer Sky. HEX triplet: 3F, AC and E5. RGB value is (63,172,229). Sum of RGB (Red+Green+Blue) = 63+172+229=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #3FACE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACE5 is #C0531A. Grayscale: #919191. Windows color (decimal): -12604187 or 15051839. OLE color: 15051839.
HSL color Cylindrical-coordinate representation of color #3FACE5: hue angle of 200.6º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FACE5 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 172 | 229 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.10 |
| HSL | 200.6º | 0.76% | 0.57% | - |
| HSV(B) | 200.6º | 0.72% | 0.9% | - |
| XYZ | 30.95 | 36.22 | 79.49 | - |
| YUV | 145.91 | 174.89 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 229 | 0.72 | 0.25 | 0 | 0.10 | 200.6 | 0.76 | 0.57 |
| Hex | 3F | AC | E5 | 48 | 19 | 0 | A | C9 | 4C | 39 |
| Octal | 77 | 254 | 345 | 110 | 31 | 0 | 12 | 311 | 114 | 71 |
| Binary | 111111 | 10101100 | 11100101 | 1001000 | 11001 | 0 | 1010 | 11001001 | 1001100 | 111001 |
Color Harmonies of #3FACE5
Complementary color
Monochromatic Colors of #3FACE5
Black with #3FACE5
Text Example
Text Example
White with #3FACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACE5; }
p { color: rgb(63,172,229); }
H1.HeaderClassName
{
color: #3FACE5;
}
.AnyTagClassName
{
color: #3FACE5;
}
</style>
background-color css
<style>
a { background-color: #3FACE5; }
a { background-color: rgb(63,172,229); }
div.DivClassName
{
background-color: #3FACE5;
}
.BgClassName
{
background-color: #3FACE5;
}
</style>
border-color css
<style>
span { border-color: #3FACE5; }
span { border-color: rgb(63,172,229); }
td.TdClassName
{
border-color: #3FACE5;
}
.TagClassName
{
border-color: #3FACE5;
}
</style>