Shades of Summer Sky #2FBEED
Tints of Summer Sky #2FBEED
RGB
CMYK
RGB Variations
Color information
#2FBEED (or 0x2FBEED) is known color: Summer Sky. HEX triplet: 2F, BE and ED. RGB value is (47,190,237). Sum of RGB (Red+Green+Blue) = 47+190+237=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FBEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBEED is #D04112. Grayscale: #989898. Windows color (decimal): -13648147 or 15580719. OLE color: 15580719.
HSL color Cylindrical-coordinate representation of color #2FBEED: hue angle of 194.84º 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 #2FBEED is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 190 | 237 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.07 |
| HSL | 194.84º | 0.84% | 0.56% | - |
| HSV(B) | 194.84º | 0.8% | 0.93% | - |
| XYZ | 34.87 | 43.55 | 86.69 | - |
| YUV | 152.6 | 175.62 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 237 | 0.80 | 0.20 | 0 | 0.07 | 194.84 | 0.84 | 0.56 |
| Hex | 2F | BE | ED | 50 | 14 | 0 | 7 | C3 | 54 | 38 |
| Octal | 57 | 276 | 355 | 120 | 24 | 0 | 7 | 303 | 124 | 70 |
| Binary | 101111 | 10111110 | 11101101 | 1010000 | 10100 | 0 | 111 | 11000011 | 1010100 | 111000 |
Color Harmonies of #2FBEED
Complementary color
Monochromatic Colors of #2FBEED
Black with #2FBEED
Text Example
Text Example
White with #2FBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEED; }
p { color: rgb(47,190,237); }
H1.HeaderClassName
{
color: #2FBEED;
}
.AnyTagClassName
{
color: #2FBEED;
}
</style>
background-color css
<style>
a { background-color: #2FBEED; }
a { background-color: rgb(47,190,237); }
div.DivClassName
{
background-color: #2FBEED;
}
.BgClassName
{
background-color: #2FBEED;
}
</style>
border-color css
<style>
span { border-color: #2FBEED; }
span { border-color: rgb(47,190,237); }
td.TdClassName
{
border-color: #2FBEED;
}
.TagClassName
{
border-color: #2FBEED;
}
</style>