Shades of Summer Sky #3FACE7
Tints of Summer Sky #3FACE7
RGB
CMYK
RGB Variations
Color information
#3FACE7 (or 0x3FACE7) is known color: Summer Sky. HEX triplet: 3F, AC and E7. RGB value is (63,172,231). Sum of RGB (Red+Green+Blue) = 63+172+231=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #3FACE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FACE7 is #C05318. Grayscale: #919191. Windows color (decimal): -12604185 or 15182911. OLE color: 15182911.
HSL color Cylindrical-coordinate representation of color #3FACE7: hue angle of 201.07º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FACE7 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 172 | 231 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.09 |
| HSL | 201.07º | 0.78% | 0.58% | - |
| HSV(B) | 201.07º | 0.73% | 0.91% | - |
| XYZ | 31.23 | 36.33 | 80.97 | - |
| YUV | 146.14 | 175.89 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 231 | 0.73 | 0.26 | 0 | 0.09 | 201.07 | 0.78 | 0.58 |
| Hex | 3F | AC | E7 | 49 | 1A | 0 | 9 | C9 | 4E | 3A |
| Octal | 77 | 254 | 347 | 111 | 32 | 0 | 11 | 311 | 116 | 72 |
| Binary | 111111 | 10101100 | 11100111 | 1001001 | 11010 | 0 | 1001 | 11001001 | 1001110 | 111010 |
Color Harmonies of #3FACE7
Complementary color
Monochromatic Colors of #3FACE7
Black with #3FACE7
Text Example
Text Example
White with #3FACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACE7; }
p { color: rgb(63,172,231); }
H1.HeaderClassName
{
color: #3FACE7;
}
.AnyTagClassName
{
color: #3FACE7;
}
</style>
background-color css
<style>
a { background-color: #3FACE7; }
a { background-color: rgb(63,172,231); }
div.DivClassName
{
background-color: #3FACE7;
}
.BgClassName
{
background-color: #3FACE7;
}
</style>
border-color css
<style>
span { border-color: #3FACE7; }
span { border-color: rgb(63,172,231); }
td.TdClassName
{
border-color: #3FACE7;
}
.TagClassName
{
border-color: #3FACE7;
}
</style>