Shades of Summer Sky #2FADE6
Tints of Summer Sky #2FADE6
RGB
CMYK
RGB Variations
Color information
#2FADE6 (or 0x2FADE6) is known color: Summer Sky. HEX triplet: 2F, AD and E6. RGB value is (47,173,230). Sum of RGB (Red+Green+Blue) = 47+173+230=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #2FADE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FADE6 is #D05219. Grayscale: #8D8D8D. Windows color (decimal): -13652506 or 15117615. OLE color: 15117615.
HSL color Cylindrical-coordinate representation of color #2FADE6: hue angle of 198.69º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FADE6 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 173 | 230 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.10 |
| HSL | 198.69º | 0.79% | 0.54% | - |
| HSV(B) | 198.69º | 0.8% | 0.9% | - |
| XYZ | 30.4 | 36.2 | 80.25 | - |
| YUV | 141.82 | 177.76 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 230 | 0.80 | 0.25 | 0 | 0.10 | 198.69 | 0.79 | 0.54 |
| Hex | 2F | AD | E6 | 50 | 19 | 0 | A | C7 | 4F | 36 |
| Octal | 57 | 255 | 346 | 120 | 31 | 0 | 12 | 307 | 117 | 66 |
| Binary | 101111 | 10101101 | 11100110 | 1010000 | 11001 | 0 | 1010 | 11000111 | 1001111 | 110110 |
Color Harmonies of #2FADE6
Complementary color
Monochromatic Colors of #2FADE6
Black with #2FADE6
Text Example
Text Example
White with #2FADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADE6; }
p { color: rgb(47,173,230); }
H1.HeaderClassName
{
color: #2FADE6;
}
.AnyTagClassName
{
color: #2FADE6;
}
</style>
background-color css
<style>
a { background-color: #2FADE6; }
a { background-color: rgb(47,173,230); }
div.DivClassName
{
background-color: #2FADE6;
}
.BgClassName
{
background-color: #2FADE6;
}
</style>
border-color css
<style>
span { border-color: #2FADE6; }
span { border-color: rgb(47,173,230); }
td.TdClassName
{
border-color: #2FADE6;
}
.TagClassName
{
border-color: #2FADE6;
}
</style>