Shades of Summer Sky #2FABF6
Tints of Summer Sky #2FABF6
RGB
CMYK
RGB Variations
Color information
#2FABF6 (or 0x2FABF6) is known color: Summer Sky. HEX triplet: 2F, AB and F6. RGB value is (47,171,246). Sum of RGB (Red+Green+Blue) = 47+171+246=464 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.13% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #2FABF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FABF6 is #D05409. Grayscale: #8E8E8E. Windows color (decimal): -13653002 or 16165679. OLE color: 16165679.
HSL color Cylindrical-coordinate representation of color #2FABF6: hue angle of 202.61º 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 #2FABF6 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 171 | 246 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.04 |
| HSL | 202.61º | 0.92% | 0.57% | - |
| HSV(B) | 202.61º | 0.81% | 0.96% | - |
| XYZ | 32.37 | 36.38 | 92.51 | - |
| YUV | 142.47 | 186.42 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 246 | 0.81 | 0.30 | 0 | 0.04 | 202.61 | 0.92 | 0.57 |
| Hex | 2F | AB | F6 | 51 | 1E | 0 | 4 | CB | 5C | 39 |
| Octal | 57 | 253 | 366 | 121 | 36 | 0 | 4 | 313 | 134 | 71 |
| Binary | 101111 | 10101011 | 11110110 | 1010001 | 11110 | 0 | 100 | 11001011 | 1011100 | 111001 |
Color Harmonies of #2FABF6
Complementary color
Monochromatic Colors of #2FABF6
Black with #2FABF6
Text Example
Text Example
White with #2FABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FABF6; }
p { color: rgb(47,171,246); }
H1.HeaderClassName
{
color: #2FABF6;
}
.AnyTagClassName
{
color: #2FABF6;
}
</style>
background-color css
<style>
a { background-color: #2FABF6; }
a { background-color: rgb(47,171,246); }
div.DivClassName
{
background-color: #2FABF6;
}
.BgClassName
{
background-color: #2FABF6;
}
</style>
border-color css
<style>
span { border-color: #2FABF6; }
span { border-color: rgb(47,171,246); }
td.TdClassName
{
border-color: #2FABF6;
}
.TagClassName
{
border-color: #2FABF6;
}
</style>