Shades of Summer Sky #2FAFED
Tints of Summer Sky #2FAFED
RGB
CMYK
RGB Variations
Color information
#2FAFED (or 0x2FAFED) is known color: Summer Sky. HEX triplet: 2F, AF and ED. RGB value is (47,175,237). Sum of RGB (Red+Green+Blue) = 47+175+237=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FAFED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAFED is #D05012. Grayscale: #8F8F8F. Windows color (decimal): -13651987 or 15576879. OLE color: 15576879.
HSL color Cylindrical-coordinate representation of color #2FAFED: hue angle of 199.58º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAFED is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 175 | 237 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.07 |
| HSL | 199.58º | 0.84% | 0.56% | - |
| HSV(B) | 199.58º | 0.8% | 0.93% | - |
| XYZ | 31.79 | 37.38 | 85.66 | - |
| YUV | 143.8 | 180.59 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 237 | 0.80 | 0.26 | 0 | 0.07 | 199.58 | 0.84 | 0.56 |
| Hex | 2F | AF | ED | 50 | 1A | 0 | 7 | C8 | 54 | 38 |
| Octal | 57 | 257 | 355 | 120 | 32 | 0 | 7 | 310 | 124 | 70 |
| Binary | 101111 | 10101111 | 11101101 | 1010000 | 11010 | 0 | 111 | 11001000 | 1010100 | 111000 |
Color Harmonies of #2FAFED
Complementary color
Monochromatic Colors of #2FAFED
Black with #2FAFED
Text Example
Text Example
White with #2FAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFED; }
p { color: rgb(47,175,237); }
H1.HeaderClassName
{
color: #2FAFED;
}
.AnyTagClassName
{
color: #2FAFED;
}
</style>
background-color css
<style>
a { background-color: #2FAFED; }
a { background-color: rgb(47,175,237); }
div.DivClassName
{
background-color: #2FAFED;
}
.BgClassName
{
background-color: #2FAFED;
}
</style>
border-color css
<style>
span { border-color: #2FAFED; }
span { border-color: rgb(47,175,237); }
td.TdClassName
{
border-color: #2FAFED;
}
.TagClassName
{
border-color: #2FAFED;
}
</style>