Shades of Summer Sky #2FAEEC
Tints of Summer Sky #2FAEEC
RGB
CMYK
RGB Variations
Color information
#2FAEEC (or 0x2FAEEC) is known color: Summer Sky. HEX triplet: 2F, AE and EC. RGB value is (47,174,236). Sum of RGB (Red+Green+Blue) = 47+174+236=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FAEEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAEEC is #D05113. Grayscale: #8E8E8E. Windows color (decimal): -13652244 or 15511087. OLE color: 15511087.
HSL color Cylindrical-coordinate representation of color #2FAEEC: hue angle of 199.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAEEC is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 174 | 236 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.07 |
| HSL | 199.68º | 0.83% | 0.55% | - |
| HSV(B) | 199.68º | 0.8% | 0.93% | - |
| XYZ | 31.45 | 36.93 | 84.83 | - |
| YUV | 143.1 | 180.42 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 236 | 0.80 | 0.26 | 0 | 0.07 | 199.68 | 0.83 | 0.55 |
| Hex | 2F | AE | EC | 50 | 1A | 0 | 7 | C8 | 53 | 37 |
| Octal | 57 | 256 | 354 | 120 | 32 | 0 | 7 | 310 | 123 | 67 |
| Binary | 101111 | 10101110 | 11101100 | 1010000 | 11010 | 0 | 111 | 11001000 | 1010011 | 110111 |
Color Harmonies of #2FAEEC
Complementary color
Monochromatic Colors of #2FAEEC
Black with #2FAEEC
Text Example
Text Example
White with #2FAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEEC; }
p { color: rgb(47,174,236); }
H1.HeaderClassName
{
color: #2FAEEC;
}
.AnyTagClassName
{
color: #2FAEEC;
}
</style>
background-color css
<style>
a { background-color: #2FAEEC; }
a { background-color: rgb(47,174,236); }
div.DivClassName
{
background-color: #2FAEEC;
}
.BgClassName
{
background-color: #2FAEEC;
}
</style>
border-color css
<style>
span { border-color: #2FAEEC; }
span { border-color: rgb(47,174,236); }
td.TdClassName
{
border-color: #2FAEEC;
}
.TagClassName
{
border-color: #2FAEEC;
}
</style>