Shades of Summer Sky #2FADF6
Tints of Summer Sky #2FADF6
RGB
CMYK
RGB Variations
Color information
#2FADF6 (or 0x2FADF6) is known color: Summer Sky. HEX triplet: 2F, AD and F6. RGB value is (47,173,246). Sum of RGB (Red+Green+Blue) = 47+173+246=466 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.09% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #2FADF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FADF6 is #D05209. Grayscale: #8F8F8F. Windows color (decimal): -13652490 or 16166191. OLE color: 16166191.
HSL color Cylindrical-coordinate representation of color #2FADF6: hue angle of 202.01º 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 #2FADF6 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 173 | 246 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.04 |
| HSL | 202.01º | 0.92% | 0.57% | - |
| HSV(B) | 202.01º | 0.81% | 0.96% | - |
| XYZ | 32.75 | 37.15 | 92.63 | - |
| YUV | 143.65 | 185.76 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 246 | 0.81 | 0.30 | 0 | 0.04 | 202.01 | 0.92 | 0.57 |
| Hex | 2F | AD | F6 | 51 | 1E | 0 | 4 | CA | 5C | 39 |
| Octal | 57 | 255 | 366 | 121 | 36 | 0 | 4 | 312 | 134 | 71 |
| Binary | 101111 | 10101101 | 11110110 | 1010001 | 11110 | 0 | 100 | 11001010 | 1011100 | 111001 |
Color Harmonies of #2FADF6
Complementary color
Monochromatic Colors of #2FADF6
Black with #2FADF6
Text Example
Text Example
White with #2FADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADF6; }
p { color: rgb(47,173,246); }
H1.HeaderClassName
{
color: #2FADF6;
}
.AnyTagClassName
{
color: #2FADF6;
}
</style>
background-color css
<style>
a { background-color: #2FADF6; }
a { background-color: rgb(47,173,246); }
div.DivClassName
{
background-color: #2FADF6;
}
.BgClassName
{
background-color: #2FADF6;
}
</style>
border-color css
<style>
span { border-color: #2FADF6; }
span { border-color: rgb(47,173,246); }
td.TdClassName
{
border-color: #2FADF6;
}
.TagClassName
{
border-color: #2FADF6;
}
</style>