Shades of Summer Sky #2FAFE1
Tints of Summer Sky #2FAFE1
RGB
CMYK
RGB Variations
Color information
#2FAFE1 (or 0x2FAFE1) is known color: Summer Sky. HEX triplet: 2F, AF and E1. RGB value is (47,175,225). Sum of RGB (Red+Green+Blue) = 47+175+225=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #2FAFE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFE1 is #D0501E. Grayscale: #8E8E8E. Windows color (decimal): -13651999 or 14790447. OLE color: 14790447.
HSL color Cylindrical-coordinate representation of color #2FAFE1: hue angle of 196.85º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FAFE1 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 175 | 225 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.12 |
| HSL | 196.85º | 0.75% | 0.53% | - |
| HSV(B) | 196.85º | 0.79% | 0.88% | - |
| XYZ | 30.09 | 36.7 | 76.73 | - |
| YUV | 142.43 | 174.59 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 225 | 0.79 | 0.22 | 0 | 0.12 | 196.85 | 0.75 | 0.53 |
| Hex | 2F | AF | E1 | 4F | 16 | 0 | C | C5 | 4B | 35 |
| Octal | 57 | 257 | 341 | 117 | 26 | 0 | 14 | 305 | 113 | 65 |
| Binary | 101111 | 10101111 | 11100001 | 1001111 | 10110 | 0 | 1100 | 11000101 | 1001011 | 110101 |
Color Harmonies of #2FAFE1
Complementary color
Monochromatic Colors of #2FAFE1
Black with #2FAFE1
Text Example
Text Example
White with #2FAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFE1; }
p { color: rgb(47,175,225); }
H1.HeaderClassName
{
color: #2FAFE1;
}
.AnyTagClassName
{
color: #2FAFE1;
}
</style>
background-color css
<style>
a { background-color: #2FAFE1; }
a { background-color: rgb(47,175,225); }
div.DivClassName
{
background-color: #2FAFE1;
}
.BgClassName
{
background-color: #2FAFE1;
}
</style>
border-color css
<style>
span { border-color: #2FAFE1; }
span { border-color: rgb(47,175,225); }
td.TdClassName
{
border-color: #2FAFE1;
}
.TagClassName
{
border-color: #2FAFE1;
}
</style>