Shades of Summer Sky #2FAAF8
Tints of Summer Sky #2FAAF8
RGB
CMYK
RGB Variations
Color information
#2FAAF8 (or 0x2FAAF8) is known color: Summer Sky. HEX triplet: 2F, AA and F8. RGB value is (47,170,248). Sum of RGB (Red+Green+Blue) = 47+170+248=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #2FAAF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAAF8 is #D05507. Grayscale: #8D8D8D. Windows color (decimal): -13653256 or 16296495. OLE color: 16296495.
HSL color Cylindrical-coordinate representation of color #2FAAF8: hue angle of 203.28º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FAAF8 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 170 | 248 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.03 |
| HSL | 203.28º | 0.93% | 0.58% | - |
| HSV(B) | 203.28º | 0.81% | 0.97% | - |
| XYZ | 32.49 | 36.13 | 94.07 | - |
| YUV | 142.12 | 187.75 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 248 | 0.81 | 0.31 | 0 | 0.03 | 203.28 | 0.93 | 0.58 |
| Hex | 2F | AA | F8 | 51 | 1F | 0 | 3 | CB | 5D | 3A |
| Octal | 57 | 252 | 370 | 121 | 37 | 0 | 3 | 313 | 135 | 72 |
| Binary | 101111 | 10101010 | 11111000 | 1010001 | 11111 | 0 | 11 | 11001011 | 1011101 | 111010 |
Color Harmonies of #2FAAF8
Complementary color
Monochromatic Colors of #2FAAF8
Black with #2FAAF8
Text Example
Text Example
White with #2FAAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAF8; }
p { color: rgb(47,170,248); }
H1.HeaderClassName
{
color: #2FAAF8;
}
.AnyTagClassName
{
color: #2FAAF8;
}
</style>
background-color css
<style>
a { background-color: #2FAAF8; }
a { background-color: rgb(47,170,248); }
div.DivClassName
{
background-color: #2FAAF8;
}
.BgClassName
{
background-color: #2FAAF8;
}
</style>
border-color css
<style>
span { border-color: #2FAAF8; }
span { border-color: rgb(47,170,248); }
td.TdClassName
{
border-color: #2FAAF8;
}
.TagClassName
{
border-color: #2FAAF8;
}
</style>