Shades of Summer Sky #2FACEE
Tints of Summer Sky #2FACEE
RGB
CMYK
RGB Variations
Color information
#2FACEE (or 0x2FACEE) is known color: Summer Sky. HEX triplet: 2F, AC and EE. RGB value is (47,172,238). Sum of RGB (Red+Green+Blue) = 47+172+238=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FACEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FACEE is #D05311. Grayscale: #8D8D8D. Windows color (decimal): -13652754 or 15641647. OLE color: 15641647.
HSL color Cylindrical-coordinate representation of color #2FACEE: hue angle of 200.73º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FACEE is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 172 | 238 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.07 |
| HSL | 200.73º | 0.85% | 0.56% | - |
| HSV(B) | 200.73º | 0.8% | 0.93% | - |
| XYZ | 31.36 | 36.28 | 86.24 | - |
| YUV | 142.15 | 182.09 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 238 | 0.80 | 0.28 | 0 | 0.07 | 200.73 | 0.85 | 0.56 |
| Hex | 2F | AC | EE | 50 | 1C | 0 | 7 | C9 | 55 | 38 |
| Octal | 57 | 254 | 356 | 120 | 34 | 0 | 7 | 311 | 125 | 70 |
| Binary | 101111 | 10101100 | 11101110 | 1010000 | 11100 | 0 | 111 | 11001001 | 1010101 | 111000 |
Color Harmonies of #2FACEE
Complementary color
Monochromatic Colors of #2FACEE
Black with #2FACEE
Text Example
Text Example
White with #2FACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACEE; }
p { color: rgb(47,172,238); }
H1.HeaderClassName
{
color: #2FACEE;
}
.AnyTagClassName
{
color: #2FACEE;
}
</style>
background-color css
<style>
a { background-color: #2FACEE; }
a { background-color: rgb(47,172,238); }
div.DivClassName
{
background-color: #2FACEE;
}
.BgClassName
{
background-color: #2FACEE;
}
</style>
border-color css
<style>
span { border-color: #2FACEE; }
span { border-color: rgb(47,172,238); }
td.TdClassName
{
border-color: #2FACEE;
}
.TagClassName
{
border-color: #2FACEE;
}
</style>