Shades of Summer Sky #2FBEDF
Tints of Summer Sky #2FBEDF
RGB
CMYK
RGB Variations
Color information
#2FBEDF (or 0x2FBEDF) is known color: Summer Sky. HEX triplet: 2F, BE and DF. RGB value is (47,190,223). Sum of RGB (Red+Green+Blue) = 47+190+223=460 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.22% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FBEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBEDF is #D04120. Grayscale: #969696. Windows color (decimal): -13648161 or 14663215. OLE color: 14663215.
HSL color Cylindrical-coordinate representation of color #2FBEDF: hue angle of 191.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBEDF is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 190 | 223 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.13 |
| HSL | 191.25º | 0.73% | 0.53% | - |
| HSV(B) | 191.25º | 0.79% | 0.87% | - |
| XYZ | 32.91 | 42.76 | 76.33 | - |
| YUV | 151.01 | 168.62 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 223 | 0.79 | 0.15 | 0 | 0.13 | 191.25 | 0.73 | 0.53 |
| Hex | 2F | BE | DF | 4F | F | 0 | D | BF | 49 | 35 |
| Octal | 57 | 276 | 337 | 117 | 17 | 0 | 15 | 277 | 111 | 65 |
| Binary | 101111 | 10111110 | 11011111 | 1001111 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110101 |
Color Harmonies of #2FBEDF
Complementary color
Monochromatic Colors of #2FBEDF
Black with #2FBEDF
Text Example
Text Example
White with #2FBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEDF; }
p { color: rgb(47,190,223); }
H1.HeaderClassName
{
color: #2FBEDF;
}
.AnyTagClassName
{
color: #2FBEDF;
}
</style>
background-color css
<style>
a { background-color: #2FBEDF; }
a { background-color: rgb(47,190,223); }
div.DivClassName
{
background-color: #2FBEDF;
}
.BgClassName
{
background-color: #2FBEDF;
}
</style>
border-color css
<style>
span { border-color: #2FBEDF; }
span { border-color: rgb(47,190,223); }
td.TdClassName
{
border-color: #2FBEDF;
}
.TagClassName
{
border-color: #2FBEDF;
}
</style>