#EAF9EE

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

Shades of Bubbles #EAF9EE

Tints of Bubbles #EAF9EE

Color information

#EAF9EE (or 0xEAF9EE) is unknown color: approx Bubbles. HEX triplet: EA, F9 and EE. RGB value is (234,249,238). Sum of RGB (Red+Green+Blue) = 234+249+238=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 249 (97.66% from 255 or 34.54% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF9EE is #150611. Grayscale: #F3F3F3. Windows color (decimal): -1377810 or 15661546. OLE color: 15661546.

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

Color convert

RGB234249238-
CMYK0.0600.040.02
HSL136º55.56%94.71%-
HSV(B)136º6.02%97.65%-
XYZ83.2491.4294.15-
YUV243.26125.03121.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.45%
GREEN value IS 249 (97.66% from 255) = 34.54%
BLUE value IS 238 (93.36% from 255) = 33.01%
R=32.45%
G=34.54%
B=33.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342492380.0600.040.0213655.5694.71
HexEAF9EE604288385f
Octal352371356604221070137
Binary111010101111100111101110110010010100010001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9EE; }

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

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

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

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

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

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

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

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