#EAF8EE

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

Shades of Bubbles #EAF8EE

Tints of Bubbles #EAF8EE

Color information

#EAF8EE (or 0xEAF8EE) is unknown color: approx Bubbles. HEX triplet: EA, F8 and EE. RGB value is (234,248,238). Sum of RGB (Red+Green+Blue) = 234+248+238=720 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.5% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8EE is #150711. Grayscale: #F2F2F2. Windows color (decimal): -1378066 or 15661290. OLE color: 15661290.

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

Color convert

RGB234248238-
CMYK0.0600.040.03
HSL137.14º50%94.51%-
HSV(B)137.14º5.65%97.25%-
XYZ82.9390.894.04-
YUV242.67125.36121.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.5%
GREEN value IS 248 (97.27% from 255) = 34.44%
BLUE value IS 238 (93.36% from 255) = 33.06%
R=32.5%
G=34.44%
B=33.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482380.0600.040.03137.145094.51
HexEAF8EE604389325f
Octal352370356604321162137
Binary111010101111100011101110110010011100010011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8EE; }

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

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

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

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

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

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

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

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