Shades of Summer Sky #2FBFEA
Tints of Summer Sky #2FBFEA
RGB
CMYK
RGB Variations
Color information
#2FBFEA (or 0x2FBFEA) is known color: Summer Sky. HEX triplet: 2F, BF and EA. RGB value is (47,191,234). Sum of RGB (Red+Green+Blue) = 47+191+234=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FBFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBFEA is #D04015. Grayscale: #989898. Windows color (decimal): -13647894 or 15384367. OLE color: 15384367.
HSL color Cylindrical-coordinate representation of color #2FBFEA: hue angle of 193.8º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBFEA is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 191 | 234 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.08 |
| HSL | 193.8º | 0.82% | 0.55% | - |
| HSV(B) | 193.8º | 0.8% | 0.92% | - |
| XYZ | 34.65 | 43.81 | 84.47 | - |
| YUV | 152.85 | 173.79 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 234 | 0.80 | 0.18 | 0 | 0.08 | 193.8 | 0.82 | 0.55 |
| Hex | 2F | BF | EA | 50 | 12 | 0 | 8 | C2 | 52 | 37 |
| Octal | 57 | 277 | 352 | 120 | 22 | 0 | 10 | 302 | 122 | 67 |
| Binary | 101111 | 10111111 | 11101010 | 1010000 | 10010 | 0 | 1000 | 11000010 | 1010010 | 110111 |
Color Harmonies of #2FBFEA
Complementary color
Monochromatic Colors of #2FBFEA
Black with #2FBFEA
Text Example
Text Example
White with #2FBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFEA; }
p { color: rgb(47,191,234); }
H1.HeaderClassName
{
color: #2FBFEA;
}
.AnyTagClassName
{
color: #2FBFEA;
}
</style>
background-color css
<style>
a { background-color: #2FBFEA; }
a { background-color: rgb(47,191,234); }
div.DivClassName
{
background-color: #2FBFEA;
}
.BgClassName
{
background-color: #2FBFEA;
}
</style>
border-color css
<style>
span { border-color: #2FBFEA; }
span { border-color: rgb(47,191,234); }
td.TdClassName
{
border-color: #2FBFEA;
}
.TagClassName
{
border-color: #2FBFEA;
}
</style>