Shades of Summer Sky #3FACEE
Tints of Summer Sky #3FACEE
RGB
CMYK
RGB Variations
Color information
#3FACEE (or 0x3FACEE) is known color: Summer Sky. HEX triplet: 3F, AC and EE. RGB value is (63,172,238). Sum of RGB (Red+Green+Blue) = 63+172+238=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FACEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FACEE is #C05311. Grayscale: #929292. Windows color (decimal): -12604178 or 15641663. OLE color: 15641663.
HSL color Cylindrical-coordinate representation of color #3FACEE: hue angle of 202.63º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FACEE is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 172 | 238 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.07 |
| HSL | 202.63º | 0.84% | 0.59% | - |
| HSV(B) | 202.63º | 0.74% | 0.93% | - |
| XYZ | 32.24 | 36.73 | 86.28 | - |
| YUV | 146.93 | 179.39 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 238 | 0.74 | 0.28 | 0 | 0.07 | 202.63 | 0.84 | 0.59 |
| Hex | 3F | AC | EE | 4A | 1C | 0 | 7 | CB | 54 | 3B |
| Octal | 77 | 254 | 356 | 112 | 34 | 0 | 7 | 313 | 124 | 73 |
| Binary | 111111 | 10101100 | 11101110 | 1001010 | 11100 | 0 | 111 | 11001011 | 1010100 | 111011 |
Color Harmonies of #3FACEE
Complementary color
Monochromatic Colors of #3FACEE
Black with #3FACEE
Text Example
Text Example
White with #3FACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACEE; }
p { color: rgb(63,172,238); }
H1.HeaderClassName
{
color: #3FACEE;
}
.AnyTagClassName
{
color: #3FACEE;
}
</style>
background-color css
<style>
a { background-color: #3FACEE; }
a { background-color: rgb(63,172,238); }
div.DivClassName
{
background-color: #3FACEE;
}
.BgClassName
{
background-color: #3FACEE;
}
</style>
border-color css
<style>
span { border-color: #3FACEE; }
span { border-color: rgb(63,172,238); }
td.TdClassName
{
border-color: #3FACEE;
}
.TagClassName
{
border-color: #3FACEE;
}
</style>