Shades of Summer Sky #2FACED
Tints of Summer Sky #2FACED
RGB
CMYK
RGB Variations
Color information
#2FACED (or 0x2FACED) is known color: Summer Sky. HEX triplet: 2F, AC and ED. RGB value is (47,172,237). Sum of RGB (Red+Green+Blue) = 47+172+237=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FACED is #D05312. Grayscale: #8D8D8D. Windows color (decimal): -13652755 or 15576111. OLE color: 15576111.
HSL color Cylindrical-coordinate representation of color #2FACED: hue angle of 200.53º degrees, saturation: 0.84, 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 #2FACED is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 172 | 237 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.07 |
| HSL | 200.53º | 0.84% | 0.56% | - |
| HSV(B) | 200.53º | 0.8% | 0.93% | - |
| XYZ | 31.21 | 36.22 | 85.47 | - |
| YUV | 142.04 | 181.59 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 237 | 0.80 | 0.27 | 0 | 0.07 | 200.53 | 0.84 | 0.56 |
| Hex | 2F | AC | ED | 50 | 1B | 0 | 7 | C9 | 54 | 38 |
| Octal | 57 | 254 | 355 | 120 | 33 | 0 | 7 | 311 | 124 | 70 |
| Binary | 101111 | 10101100 | 11101101 | 1010000 | 11011 | 0 | 111 | 11001001 | 1010100 | 111000 |
Color Harmonies of #2FACED
Complementary color
Monochromatic Colors of #2FACED
Black with #2FACED
Text Example
Text Example
White with #2FACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACED; }
p { color: rgb(47,172,237); }
H1.HeaderClassName
{
color: #2FACED;
}
.AnyTagClassName
{
color: #2FACED;
}
</style>
background-color css
<style>
a { background-color: #2FACED; }
a { background-color: rgb(47,172,237); }
div.DivClassName
{
background-color: #2FACED;
}
.BgClassName
{
background-color: #2FACED;
}
</style>
border-color css
<style>
span { border-color: #2FACED; }
span { border-color: rgb(47,172,237); }
td.TdClassName
{
border-color: #2FACED;
}
.TagClassName
{
border-color: #2FACED;
}
</style>