Shades of Summer Sky #2FACFB
Tints of Summer Sky #2FACFB
RGB
CMYK
RGB Variations
Color information
#2FACFB (or 0x2FACFB) is known color: Summer Sky. HEX triplet: 2F, AC and FB. RGB value is (47,172,251). Sum of RGB (Red+Green+Blue) = 47+172+251=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FACFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FACFB is #D05304. Grayscale: #8F8F8F. Windows color (decimal): -13652741 or 16493615. OLE color: 16493615.
HSL color Cylindrical-coordinate representation of color #2FACFB: hue angle of 203.24º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FACFB is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 172 | 251 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.02 |
| HSL | 203.24º | 0.96% | 0.58% | - |
| HSV(B) | 203.24º | 0.81% | 0.98% | - |
| XYZ | 33.34 | 37.07 | 96.67 | - |
| YUV | 143.63 | 188.59 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 251 | 0.81 | 0.31 | 0 | 0.02 | 203.24 | 0.96 | 0.58 |
| Hex | 2F | AC | FB | 51 | 1F | 0 | 2 | CB | 60 | 3A |
| Octal | 57 | 254 | 373 | 121 | 37 | 0 | 2 | 313 | 140 | 72 |
| Binary | 101111 | 10101100 | 11111011 | 1010001 | 11111 | 0 | 10 | 11001011 | 1100000 | 111010 |
Color Harmonies of #2FACFB
Complementary color
Monochromatic Colors of #2FACFB
Black with #2FACFB
Text Example
Text Example
White with #2FACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACFB; }
p { color: rgb(47,172,251); }
H1.HeaderClassName
{
color: #2FACFB;
}
.AnyTagClassName
{
color: #2FACFB;
}
</style>
background-color css
<style>
a { background-color: #2FACFB; }
a { background-color: rgb(47,172,251); }
div.DivClassName
{
background-color: #2FACFB;
}
.BgClassName
{
background-color: #2FACFB;
}
</style>
border-color css
<style>
span { border-color: #2FACFB; }
span { border-color: rgb(47,172,251); }
td.TdClassName
{
border-color: #2FACFB;
}
.TagClassName
{
border-color: #2FACFB;
}
</style>