Shades of Summer Sky #2FBEDC
Tints of Summer Sky #2FBEDC
RGB
CMYK
RGB Variations
Color information
#2FBEDC (or 0x2FBEDC) is known color: Summer Sky. HEX triplet: 2F, BE and DC. RGB value is (47,190,220). Sum of RGB (Red+Green+Blue) = 47+190+220=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FBEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBEDC is #D04123. Grayscale: #969696. Windows color (decimal): -13648164 or 14466607. OLE color: 14466607.
HSL color Cylindrical-coordinate representation of color #2FBEDC: hue angle of 190.4º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBEDC is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 190 | 220 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.14 |
| HSL | 190.4º | 0.71% | 0.52% | - |
| HSV(B) | 190.4º | 0.79% | 0.86% | - |
| XYZ | 32.5 | 42.6 | 74.22 | - |
| YUV | 150.66 | 167.12 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 220 | 0.79 | 0.14 | 0 | 0.14 | 190.4 | 0.71 | 0.52 |
| Hex | 2F | BE | DC | 4F | E | 0 | E | BE | 47 | 34 |
| Octal | 57 | 276 | 334 | 117 | 16 | 0 | 16 | 276 | 107 | 64 |
| Binary | 101111 | 10111110 | 11011100 | 1001111 | 1110 | 0 | 1110 | 10111110 | 1000111 | 110100 |
Color Harmonies of #2FBEDC
Complementary color
Monochromatic Colors of #2FBEDC
Black with #2FBEDC
Text Example
Text Example
White with #2FBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEDC; }
p { color: rgb(47,190,220); }
H1.HeaderClassName
{
color: #2FBEDC;
}
.AnyTagClassName
{
color: #2FBEDC;
}
</style>
background-color css
<style>
a { background-color: #2FBEDC; }
a { background-color: rgb(47,190,220); }
div.DivClassName
{
background-color: #2FBEDC;
}
.BgClassName
{
background-color: #2FBEDC;
}
</style>
border-color css
<style>
span { border-color: #2FBEDC; }
span { border-color: rgb(47,190,220); }
td.TdClassName
{
border-color: #2FBEDC;
}
.TagClassName
{
border-color: #2FBEDC;
}
</style>