Shades of Summer Sky #2FAAEF
Tints of Summer Sky #2FAAEF
RGB
CMYK
RGB Variations
Color information
#2FAAEF (or 0x2FAAEF) is known color: Summer Sky. HEX triplet: 2F, AA and EF. RGB value is (47,170,239). Sum of RGB (Red+Green+Blue) = 47+170+239=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #2FAAEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAAEF is #D05510. Grayscale: #8C8C8C. Windows color (decimal): -13653265 or 15706671. OLE color: 15706671.
HSL color Cylindrical-coordinate representation of color #2FAAEF: hue angle of 201.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAAEF is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 170 | 239 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.06 |
| HSL | 201.56º | 0.86% | 0.56% | - |
| HSV(B) | 201.56º | 0.8% | 0.94% | - |
| XYZ | 31.13 | 35.59 | 86.89 | - |
| YUV | 141.09 | 183.25 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 239 | 0.80 | 0.29 | 0 | 0.06 | 201.56 | 0.86 | 0.56 |
| Hex | 2F | AA | EF | 50 | 1D | 0 | 6 | CA | 56 | 38 |
| Octal | 57 | 252 | 357 | 120 | 35 | 0 | 6 | 312 | 126 | 70 |
| Binary | 101111 | 10101010 | 11101111 | 1010000 | 11101 | 0 | 110 | 11001010 | 1010110 | 111000 |
Color Harmonies of #2FAAEF
Complementary color
Monochromatic Colors of #2FAAEF
Black with #2FAAEF
Text Example
Text Example
White with #2FAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAEF; }
p { color: rgb(47,170,239); }
H1.HeaderClassName
{
color: #2FAAEF;
}
.AnyTagClassName
{
color: #2FAAEF;
}
</style>
background-color css
<style>
a { background-color: #2FAAEF; }
a { background-color: rgb(47,170,239); }
div.DivClassName
{
background-color: #2FAAEF;
}
.BgClassName
{
background-color: #2FAAEF;
}
</style>
border-color css
<style>
span { border-color: #2FAAEF; }
span { border-color: rgb(47,170,239); }
td.TdClassName
{
border-color: #2FAAEF;
}
.TagClassName
{
border-color: #2FAAEF;
}
</style>