Shades of Summer Sky #2FBFEC
Tints of Summer Sky #2FBFEC
RGB
CMYK
RGB Variations
Color information
#2FBFEC (or 0x2FBFEC) is known color: Summer Sky. HEX triplet: 2F, BF and EC. RGB value is (47,191,236). Sum of RGB (Red+Green+Blue) = 47+191+236=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FBFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBFEC is #D04013. Grayscale: #989898. Windows color (decimal): -13647892 or 15515439. OLE color: 15515439.
HSL color Cylindrical-coordinate representation of color #2FBFEC: hue angle of 194.29º 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 #2FBFEC is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 191 | 236 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.07 |
| HSL | 194.29º | 0.83% | 0.55% | - |
| HSV(B) | 194.29º | 0.8% | 0.93% | - |
| XYZ | 34.94 | 43.92 | 85.99 | - |
| YUV | 153.07 | 174.79 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 236 | 0.80 | 0.19 | 0 | 0.07 | 194.29 | 0.83 | 0.55 |
| Hex | 2F | BF | EC | 50 | 13 | 0 | 7 | C2 | 53 | 37 |
| Octal | 57 | 277 | 354 | 120 | 23 | 0 | 7 | 302 | 123 | 67 |
| Binary | 101111 | 10111111 | 11101100 | 1010000 | 10011 | 0 | 111 | 11000010 | 1010011 | 110111 |
Color Harmonies of #2FBFEC
Complementary color
Monochromatic Colors of #2FBFEC
Black with #2FBFEC
Text Example
Text Example
White with #2FBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFEC; }
p { color: rgb(47,191,236); }
H1.HeaderClassName
{
color: #2FBFEC;
}
.AnyTagClassName
{
color: #2FBFEC;
}
</style>
background-color css
<style>
a { background-color: #2FBFEC; }
a { background-color: rgb(47,191,236); }
div.DivClassName
{
background-color: #2FBFEC;
}
.BgClassName
{
background-color: #2FBFEC;
}
</style>
border-color css
<style>
span { border-color: #2FBFEC; }
span { border-color: rgb(47,191,236); }
td.TdClassName
{
border-color: #2FBFEC;
}
.TagClassName
{
border-color: #2FBFEC;
}
</style>