Shades of Summer Sky #3FACEF
Tints of Summer Sky #3FACEF
RGB
CMYK
RGB Variations
Color information
#3FACEF (or 0x3FACEF) is known color: Summer Sky. HEX triplet: 3F, AC and EF. RGB value is (63,172,239). Sum of RGB (Red+Green+Blue) = 63+172+239=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FACEF is #C05310. Grayscale: #929292. Windows color (decimal): -12604177 or 15707199. OLE color: 15707199.
HSL color Cylindrical-coordinate representation of color #3FACEF: hue angle of 202.84º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FACEF is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 172 | 239 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.06 |
| HSL | 202.84º | 0.85% | 0.59% | - |
| HSV(B) | 202.84º | 0.74% | 0.94% | - |
| XYZ | 32.38 | 36.79 | 87.06 | - |
| YUV | 147.05 | 179.89 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 239 | 0.74 | 0.28 | 0 | 0.06 | 202.84 | 0.85 | 0.59 |
| Hex | 3F | AC | EF | 4A | 1C | 0 | 6 | CB | 55 | 3B |
| Octal | 77 | 254 | 357 | 112 | 34 | 0 | 6 | 313 | 125 | 73 |
| Binary | 111111 | 10101100 | 11101111 | 1001010 | 11100 | 0 | 110 | 11001011 | 1010101 | 111011 |
Color Harmonies of #3FACEF
Complementary color
Monochromatic Colors of #3FACEF
Black with #3FACEF
Text Example
Text Example
White with #3FACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACEF; }
p { color: rgb(63,172,239); }
H1.HeaderClassName
{
color: #3FACEF;
}
.AnyTagClassName
{
color: #3FACEF;
}
</style>
background-color css
<style>
a { background-color: #3FACEF; }
a { background-color: rgb(63,172,239); }
div.DivClassName
{
background-color: #3FACEF;
}
.BgClassName
{
background-color: #3FACEF;
}
</style>
border-color css
<style>
span { border-color: #3FACEF; }
span { border-color: rgb(63,172,239); }
td.TdClassName
{
border-color: #3FACEF;
}
.TagClassName
{
border-color: #3FACEF;
}
</style>