Shades of Summer Sky #2EC2FB
Tints of Summer Sky #2EC2FB
RGB
CMYK
RGB Variations
Color information
#2EC2FB (or 0x2EC2FB) is known color: Summer Sky. HEX triplet: 2E, C2 and FB. RGB value is (46,194,251). Sum of RGB (Red+Green+Blue) = 46+194+251=491 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.37% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #2EC2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC2FB is #D13D04. Grayscale: #9B9B9B. Windows color (decimal): -13712645 or 16499246. OLE color: 16499246.
HSL color Cylindrical-coordinate representation of color #2EC2FB: hue angle of 196.68º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EC2FB is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 194 | 251 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.02 |
| HSL | 196.68º | 0.96% | 0.58% | - |
| HSV(B) | 196.68º | 0.82% | 0.98% | - |
| XYZ | 37.83 | 46.13 | 98.18 | - |
| YUV | 156.25 | 181.47 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 251 | 0.82 | 0.23 | 0 | 0.02 | 196.68 | 0.96 | 0.58 |
| Hex | 2E | C2 | FB | 52 | 17 | 0 | 2 | C5 | 60 | 3A |
| Octal | 56 | 302 | 373 | 122 | 27 | 0 | 2 | 305 | 140 | 72 |
| Binary | 101110 | 11000010 | 11111011 | 1010010 | 10111 | 0 | 10 | 11000101 | 1100000 | 111010 |
Color Harmonies of #2EC2FB
Complementary color
Monochromatic Colors of #2EC2FB
Black with #2EC2FB
Text Example
Text Example
White with #2EC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC2FB; }
p { color: rgb(46,194,251); }
H1.HeaderClassName
{
color: #2EC2FB;
}
.AnyTagClassName
{
color: #2EC2FB;
}
</style>
background-color css
<style>
a { background-color: #2EC2FB; }
a { background-color: rgb(46,194,251); }
div.DivClassName
{
background-color: #2EC2FB;
}
.BgClassName
{
background-color: #2EC2FB;
}
</style>
border-color css
<style>
span { border-color: #2EC2FB; }
span { border-color: rgb(46,194,251); }
td.TdClassName
{
border-color: #2EC2FB;
}
.TagClassName
{
border-color: #2EC2FB;
}
</style>