Shades of Summer Sky #2FBEEC
Tints of Summer Sky #2FBEEC
RGB
CMYK
RGB Variations
Color information
#2FBEEC (or 0x2FBEEC) is known color: Summer Sky. HEX triplet: 2F, BE and EC. RGB value is (47,190,236). Sum of RGB (Red+Green+Blue) = 47+190+236=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FBEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBEEC is #D04113. Grayscale: #989898. Windows color (decimal): -13648148 or 15515183. OLE color: 15515183.
HSL color Cylindrical-coordinate representation of color #2FBEEC: hue angle of 194.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBEEC is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 190 | 236 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.07 |
| HSL | 194.6º | 0.83% | 0.55% | - |
| HSV(B) | 194.6º | 0.8% | 0.93% | - |
| XYZ | 34.73 | 43.49 | 85.92 | - |
| YUV | 152.49 | 175.12 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 236 | 0.80 | 0.19 | 0 | 0.07 | 194.6 | 0.83 | 0.55 |
| Hex | 2F | BE | EC | 50 | 13 | 0 | 7 | C3 | 53 | 37 |
| Octal | 57 | 276 | 354 | 120 | 23 | 0 | 7 | 303 | 123 | 67 |
| Binary | 101111 | 10111110 | 11101100 | 1010000 | 10011 | 0 | 111 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2FBEEC
Complementary color
Monochromatic Colors of #2FBEEC
Black with #2FBEEC
Text Example
Text Example
White with #2FBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEEC; }
p { color: rgb(47,190,236); }
H1.HeaderClassName
{
color: #2FBEEC;
}
.AnyTagClassName
{
color: #2FBEEC;
}
</style>
background-color css
<style>
a { background-color: #2FBEEC; }
a { background-color: rgb(47,190,236); }
div.DivClassName
{
background-color: #2FBEEC;
}
.BgClassName
{
background-color: #2FBEEC;
}
</style>
border-color css
<style>
span { border-color: #2FBEEC; }
span { border-color: rgb(47,190,236); }
td.TdClassName
{
border-color: #2FBEEC;
}
.TagClassName
{
border-color: #2FBEEC;
}
</style>