Shades of Summer Sky #2FBDEC
Tints of Summer Sky #2FBDEC
RGB
CMYK
RGB Variations
Color information
#2FBDEC (or 0x2FBDEC) is known color: Summer Sky. HEX triplet: 2F, BD and EC. RGB value is (47,189,236). Sum of RGB (Red+Green+Blue) = 47+189+236=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FBDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBDEC is #D04213. Grayscale: #979797. Windows color (decimal): -13648404 or 15514927. OLE color: 15514927.
HSL color Cylindrical-coordinate representation of color #2FBDEC: hue angle of 194.92º 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 #2FBDEC is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 189 | 236 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.07 |
| HSL | 194.92º | 0.83% | 0.55% | - |
| HSV(B) | 194.92º | 0.8% | 0.93% | - |
| XYZ | 34.51 | 43.06 | 85.85 | - |
| YUV | 151.9 | 175.46 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 236 | 0.80 | 0.20 | 0 | 0.07 | 194.92 | 0.83 | 0.55 |
| Hex | 2F | BD | EC | 50 | 14 | 0 | 7 | C3 | 53 | 37 |
| Octal | 57 | 275 | 354 | 120 | 24 | 0 | 7 | 303 | 123 | 67 |
| Binary | 101111 | 10111101 | 11101100 | 1010000 | 10100 | 0 | 111 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2FBDEC
Complementary color
Monochromatic Colors of #2FBDEC
Black with #2FBDEC
Text Example
Text Example
White with #2FBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBDEC; }
p { color: rgb(47,189,236); }
H1.HeaderClassName
{
color: #2FBDEC;
}
.AnyTagClassName
{
color: #2FBDEC;
}
</style>
background-color css
<style>
a { background-color: #2FBDEC; }
a { background-color: rgb(47,189,236); }
div.DivClassName
{
background-color: #2FBDEC;
}
.BgClassName
{
background-color: #2FBDEC;
}
</style>
border-color css
<style>
span { border-color: #2FBDEC; }
span { border-color: rgb(47,189,236); }
td.TdClassName
{
border-color: #2FBDEC;
}
.TagClassName
{
border-color: #2FBDEC;
}
</style>