#EAF7EE

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

Shades of Bubbles #EAF7EE

Tints of Bubbles #EAF7EE

Color information

#EAF7EE (or 0xEAF7EE) is unknown color: approx Bubbles. HEX triplet: EA, F7 and EE. RGB value is (234,247,238). Sum of RGB (Red+Green+Blue) = 234+247+238=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 247 (96.88% from 255 or 34.35% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7EE is #150811. Grayscale: #F2F2F2. Windows color (decimal): -1378322 or 15661034. OLE color: 15661034.

HSL color Cylindrical-coordinate representation of color #EAF7EE: hue angle of 138.46º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAF7EE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB234247238-
CMYK0.0500.040.03
HSL138.46º44.83%94.31%-
HSV(B)138.46º5.26%96.86%-
XYZ82.6390.1993.94-
YUV242.09125.69122.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.55%
GREEN value IS 247 (96.88% from 255) = 34.35%
BLUE value IS 238 (93.36% from 255) = 33.10%
R=32.55%
G=34.35%
B=33.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342472380.0500.040.03138.4644.8394.31
HexEAF7EE50438a2d5e
Octal352367356504321255136
Binary111010101111011111101110101010011100010101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7EE; }

 p { color: rgb(234,247,238); }

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

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

 a { background-color: rgb(234,247,238); }

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

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

 span { border-color: rgb(234,247,238); }

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