Shades of Summer Sky #2FACF6
Tints of Summer Sky #2FACF6
RGB
CMYK
RGB Variations
Color information
#2FACF6 (or 0x2FACF6) is known color: Summer Sky. HEX triplet: 2F, AC and F6. RGB value is (47,172,246). Sum of RGB (Red+Green+Blue) = 47+172+246=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #2FACF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FACF6 is #D05309. Grayscale: #8E8E8E. Windows color (decimal): -13652746 or 16165935. OLE color: 16165935.
HSL color Cylindrical-coordinate representation of color #2FACF6: hue angle of 202.31º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FACF6 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 172 | 246 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.04 |
| HSL | 202.31º | 0.92% | 0.57% | - |
| HSV(B) | 202.31º | 0.81% | 0.96% | - |
| XYZ | 32.56 | 36.76 | 92.57 | - |
| YUV | 143.06 | 186.09 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 246 | 0.81 | 0.30 | 0 | 0.04 | 202.31 | 0.92 | 0.57 |
| Hex | 2F | AC | F6 | 51 | 1E | 0 | 4 | CA | 5C | 39 |
| Octal | 57 | 254 | 366 | 121 | 36 | 0 | 4 | 312 | 134 | 71 |
| Binary | 101111 | 10101100 | 11110110 | 1010001 | 11110 | 0 | 100 | 11001010 | 1011100 | 111001 |
Color Harmonies of #2FACF6
Complementary color
Monochromatic Colors of #2FACF6
Black with #2FACF6
Text Example
Text Example
White with #2FACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACF6; }
p { color: rgb(47,172,246); }
H1.HeaderClassName
{
color: #2FACF6;
}
.AnyTagClassName
{
color: #2FACF6;
}
</style>
background-color css
<style>
a { background-color: #2FACF6; }
a { background-color: rgb(47,172,246); }
div.DivClassName
{
background-color: #2FACF6;
}
.BgClassName
{
background-color: #2FACF6;
}
</style>
border-color css
<style>
span { border-color: #2FACF6; }
span { border-color: rgb(47,172,246); }
td.TdClassName
{
border-color: #2FACF6;
}
.TagClassName
{
border-color: #2FACF6;
}
</style>