#E0F6EA

Color #E0F6EA Bubbles (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bubbles #E0F6EA

Tints of Bubbles #E0F6EA

Color information

#E0F6EA (or 0xE0F6EA) is unknown color: approx Bubbles. HEX triplet: E0, F6 and EA. RGB value is (224,246,234). Sum of RGB (Red+Green+Blue) = 224+246+234=704 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.82% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F6EA is #1F0915. Grayscale: #EEEEEE. Windows color (decimal): -2033942 or 15398624. OLE color: 15398624.

HSL color Cylindrical-coordinate representation of color #E0F6EA: hue angle of 147.27º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0F6EA is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB224246234-
CMYK0.0900.050.04
HSL147.27º55%92.16%-
HSV(B)147.27º8.94%96.47%-
XYZ78.5587.790.63-
YUV238.05125.71117.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 31.82%
GREEN value IS 246 (96.48% from 255) = 34.94%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=31.82%
G=34.94%
B=33.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242462340.0900.050.04147.275592.16
HexE0F6EA905493375c
Octal3403663521105422367134
Binary11100000111101101110101010010101100100100111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F6EA; }

 p { color: rgb(224,246,234); }

 H1.HeaderClassName
 {
   color: #E0F6EA;
 }
 .AnyTagClassName
 {
   color: #E0F6EA;
 }
</style>
background-color css

<style>
 a { background-color: #E0F6EA; }

 a { background-color: rgb(224,246,234); }

 div.DivClassName
 {
   background-color: #E0F6EA;
 }
 .BgClassName
 {
   background-color: #E0F6EA;
 }
</style>
border-color css

<style>
 span { border-color: #E0F6EA; }

 span { border-color: rgb(224,246,234); }

 td.TdClassName
 {
   border-color: #E0F6EA;
 }
 .TagClassName
 {
   border-color: #E0F6EA;
 }
</style>