Shades of Summer Sky #2FADEA
Tints of Summer Sky #2FADEA
RGB
CMYK
RGB Variations
Color information
#2FADEA (or 0x2FADEA) is known color: Summer Sky. HEX triplet: 2F, AD and EA. RGB value is (47,173,234). Sum of RGB (Red+Green+Blue) = 47+173+234=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FADEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FADEA is #D05215. Grayscale: #8D8D8D. Windows color (decimal): -13652502 or 15379759. OLE color: 15379759.
HSL color Cylindrical-coordinate representation of color #2FADEA: hue angle of 199.57º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FADEA is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 173 | 234 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.08 |
| HSL | 199.57º | 0.82% | 0.55% | - |
| HSV(B) | 199.57º | 0.8% | 0.92% | - |
| XYZ | 30.97 | 36.43 | 83.24 | - |
| YUV | 142.28 | 179.76 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 234 | 0.80 | 0.26 | 0 | 0.08 | 199.57 | 0.82 | 0.55 |
| Hex | 2F | AD | EA | 50 | 1A | 0 | 8 | C8 | 52 | 37 |
| Octal | 57 | 255 | 352 | 120 | 32 | 0 | 10 | 310 | 122 | 67 |
| Binary | 101111 | 10101101 | 11101010 | 1010000 | 11010 | 0 | 1000 | 11001000 | 1010010 | 110111 |
Color Harmonies of #2FADEA
Complementary color
Monochromatic Colors of #2FADEA
Black with #2FADEA
Text Example
Text Example
White with #2FADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADEA; }
p { color: rgb(47,173,234); }
H1.HeaderClassName
{
color: #2FADEA;
}
.AnyTagClassName
{
color: #2FADEA;
}
</style>
background-color css
<style>
a { background-color: #2FADEA; }
a { background-color: rgb(47,173,234); }
div.DivClassName
{
background-color: #2FADEA;
}
.BgClassName
{
background-color: #2FADEA;
}
</style>
border-color css
<style>
span { border-color: #2FADEA; }
span { border-color: rgb(47,173,234); }
td.TdClassName
{
border-color: #2FADEA;
}
.TagClassName
{
border-color: #2FADEA;
}
</style>