Shades of Summer Sky #2FAFE5
Tints of Summer Sky #2FAFE5
RGB
CMYK
RGB Variations
Color information
#2FAFE5 (or 0x2FAFE5) is known color: Summer Sky. HEX triplet: 2F, AF and E5. RGB value is (47,175,229). Sum of RGB (Red+Green+Blue) = 47+175+229=451 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.42% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #2FAFE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFE5 is #D0501A. Grayscale: #8E8E8E. Windows color (decimal): -13651995 or 15052591. OLE color: 15052591.
HSL color Cylindrical-coordinate representation of color #2FAFE5: hue angle of 197.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FAFE5 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 175 | 229 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.10 |
| HSL | 197.8º | 0.78% | 0.54% | - |
| HSV(B) | 197.8º | 0.79% | 0.9% | - |
| XYZ | 30.65 | 36.92 | 79.64 | - |
| YUV | 142.88 | 176.59 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 229 | 0.79 | 0.24 | 0 | 0.10 | 197.8 | 0.78 | 0.54 |
| Hex | 2F | AF | E5 | 4F | 18 | 0 | A | C6 | 4E | 36 |
| Octal | 57 | 257 | 345 | 117 | 30 | 0 | 12 | 306 | 116 | 66 |
| Binary | 101111 | 10101111 | 11100101 | 1001111 | 11000 | 0 | 1010 | 11000110 | 1001110 | 110110 |
Color Harmonies of #2FAFE5
Complementary color
Monochromatic Colors of #2FAFE5
Black with #2FAFE5
Text Example
Text Example
White with #2FAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFE5; }
p { color: rgb(47,175,229); }
H1.HeaderClassName
{
color: #2FAFE5;
}
.AnyTagClassName
{
color: #2FAFE5;
}
</style>
background-color css
<style>
a { background-color: #2FAFE5; }
a { background-color: rgb(47,175,229); }
div.DivClassName
{
background-color: #2FAFE5;
}
.BgClassName
{
background-color: #2FAFE5;
}
</style>
border-color css
<style>
span { border-color: #2FAFE5; }
span { border-color: rgb(47,175,229); }
td.TdClassName
{
border-color: #2FAFE5;
}
.TagClassName
{
border-color: #2FAFE5;
}
</style>