Shades of Summer Sky #3FACE9
Tints of Summer Sky #3FACE9
RGB
CMYK
RGB Variations
Color information
#3FACE9 (or 0x3FACE9) is known color: Summer Sky. HEX triplet: 3F, AC and E9. RGB value is (63,172,233). Sum of RGB (Red+Green+Blue) = 63+172+233=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #3FACE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FACE9 is #C05316. Grayscale: #929292. Windows color (decimal): -12604183 or 15313983. OLE color: 15313983.
HSL color Cylindrical-coordinate representation of color #3FACE9: hue angle of 201.53º degrees, saturation: 0.79, 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 #3FACE9 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 172 | 233 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.09 |
| HSL | 201.53º | 0.79% | 0.58% | - |
| HSV(B) | 201.53º | 0.73% | 0.91% | - |
| XYZ | 31.51 | 36.45 | 82.46 | - |
| YUV | 146.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 233 | 0.73 | 0.26 | 0 | 0.09 | 201.53 | 0.79 | 0.58 |
| Hex | 3F | AC | E9 | 49 | 1A | 0 | 9 | CA | 4F | 3A |
| Octal | 77 | 254 | 351 | 111 | 32 | 0 | 11 | 312 | 117 | 72 |
| Binary | 111111 | 10101100 | 11101001 | 1001001 | 11010 | 0 | 1001 | 11001010 | 1001111 | 111010 |
Color Harmonies of #3FACE9
Complementary color
Monochromatic Colors of #3FACE9
Black with #3FACE9
Text Example
Text Example
White with #3FACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACE9; }
p { color: rgb(63,172,233); }
H1.HeaderClassName
{
color: #3FACE9;
}
.AnyTagClassName
{
color: #3FACE9;
}
</style>
background-color css
<style>
a { background-color: #3FACE9; }
a { background-color: rgb(63,172,233); }
div.DivClassName
{
background-color: #3FACE9;
}
.BgClassName
{
background-color: #3FACE9;
}
</style>
border-color css
<style>
span { border-color: #3FACE9; }
span { border-color: rgb(63,172,233); }
td.TdClassName
{
border-color: #3FACE9;
}
.TagClassName
{
border-color: #3FACE9;
}
</style>