#E9FAF0

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

Shades of Bubbles #E9FAF0

Tints of Bubbles #E9FAF0

Color information

#E9FAF0 (or 0xE9FAF0) is unknown color: approx Bubbles. HEX triplet: E9, FA and F0. RGB value is (233,250,240). Sum of RGB (Red+Green+Blue) = 233+250+240=723 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.23% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAF0 is #16050F. Grayscale: #F3F3F3. Windows color (decimal): -1443088 or 15792873. OLE color: 15792873.

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

Color convert

RGB233250240-
CMYK0.0700.040.02
HSL144.71º62.96%94.71%-
HSV(B)144.71º6.8%98.04%-
XYZ83.5291.9995.79-
YUV243.78125.87120.31-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.23%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 240 (94.14% from 255) = 33.20%
R=32.23%
G=34.58%
B=33.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332502400.0700.040.02144.7162.9694.71
HexE9FAF07042913f5f
Octal351372360704222177137
Binary111010011111101011110000111010010100100011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAF0; }

 p { color: rgb(233,250,240); }

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

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

 a { background-color: rgb(233,250,240); }

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

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

 span { border-color: rgb(233,250,240); }

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