Shades of Summer Sky #2EBFFC
Tints of Summer Sky #2EBFFC
RGB
CMYK
RGB Variations
Color information
#2EBFFC (or 0x2EBFFC) is known color: Summer Sky. HEX triplet: 2E, BF and FC. RGB value is (46,191,252). Sum of RGB (Red+Green+Blue) = 46+191+252=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EBFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBFFC is #D14003. Grayscale: #9A9A9A. Windows color (decimal): -13713412 or 16564014. OLE color: 16564014.
HSL color Cylindrical-coordinate representation of color #2EBFFC: hue angle of 197.77º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EBFFC is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 191 | 252 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.01 |
| HSL | 197.77º | 0.97% | 0.58% | - |
| HSV(B) | 197.77º | 0.82% | 0.99% | - |
| XYZ | 37.33 | 44.87 | 98.79 | - |
| YUV | 154.6 | 182.96 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 252 | 0.82 | 0.24 | 0 | 0.01 | 197.77 | 0.97 | 0.58 |
| Hex | 2E | BF | FC | 52 | 18 | 0 | 1 | C6 | 61 | 3A |
| Octal | 56 | 277 | 374 | 122 | 30 | 0 | 1 | 306 | 141 | 72 |
| Binary | 101110 | 10111111 | 11111100 | 1010010 | 11000 | 0 | 1 | 11000110 | 1100001 | 111010 |
Color Harmonies of #2EBFFC
Complementary color
Monochromatic Colors of #2EBFFC
Black with #2EBFFC
Text Example
Text Example
White with #2EBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBFFC; }
p { color: rgb(46,191,252); }
H1.HeaderClassName
{
color: #2EBFFC;
}
.AnyTagClassName
{
color: #2EBFFC;
}
</style>
background-color css
<style>
a { background-color: #2EBFFC; }
a { background-color: rgb(46,191,252); }
div.DivClassName
{
background-color: #2EBFFC;
}
.BgClassName
{
background-color: #2EBFFC;
}
</style>
border-color css
<style>
span { border-color: #2EBFFC; }
span { border-color: rgb(46,191,252); }
td.TdClassName
{
border-color: #2EBFFC;
}
.TagClassName
{
border-color: #2EBFFC;
}
</style>