Shades of Summer Sky #2FAEFC
Tints of Summer Sky #2FAEFC
RGB
CMYK
RGB Variations
Color information
#2FAEFC (or 0x2FAEFC) is known color: Summer Sky. HEX triplet: 2F, AE and FC. RGB value is (47,174,252). Sum of RGB (Red+Green+Blue) = 47+174+252=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FAEFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAEFC is #D05103. Grayscale: #909090. Windows color (decimal): -13652228 or 16559663. OLE color: 16559663.
HSL color Cylindrical-coordinate representation of color #2FAEFC: hue angle of 202.83º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FAEFC is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 174 | 252 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.01 |
| HSL | 202.83º | 0.97% | 0.59% | - |
| HSV(B) | 202.83º | 0.81% | 0.99% | - |
| XYZ | 33.88 | 37.9 | 97.63 | - |
| YUV | 144.92 | 188.42 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 252 | 0.81 | 0.31 | 0 | 0.01 | 202.83 | 0.97 | 0.59 |
| Hex | 2F | AE | FC | 51 | 1F | 0 | 1 | CB | 61 | 3B |
| Octal | 57 | 256 | 374 | 121 | 37 | 0 | 1 | 313 | 141 | 73 |
| Binary | 101111 | 10101110 | 11111100 | 1010001 | 11111 | 0 | 1 | 11001011 | 1100001 | 111011 |
Color Harmonies of #2FAEFC
Complementary color
Monochromatic Colors of #2FAEFC
Black with #2FAEFC
Text Example
Text Example
White with #2FAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEFC; }
p { color: rgb(47,174,252); }
H1.HeaderClassName
{
color: #2FAEFC;
}
.AnyTagClassName
{
color: #2FAEFC;
}
</style>
background-color css
<style>
a { background-color: #2FAEFC; }
a { background-color: rgb(47,174,252); }
div.DivClassName
{
background-color: #2FAEFC;
}
.BgClassName
{
background-color: #2FAEFC;
}
</style>
border-color css
<style>
span { border-color: #2FAEFC; }
span { border-color: rgb(47,174,252); }
td.TdClassName
{
border-color: #2FAEFC;
}
.TagClassName
{
border-color: #2FAEFC;
}
</style>