#E6FAEF

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

Shades of Bubbles #E6FAEF

Tints of Bubbles #E6FAEF

Color information

#E6FAEF (or 0xE6FAEF) is unknown color: approx Bubbles. HEX triplet: E6, FA and EF. RGB value is (230,250,239). Sum of RGB (Red+Green+Blue) = 230+250+239=719 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.99% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAEF is #190510. Grayscale: #F2F2F2. Windows color (decimal): -1639697 or 15727334. OLE color: 15727334.

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

Color convert

RGB230250239-
CMYK0.0800.040.02
HSL147º66.67%94.12%-
HSV(B)147º8%98.04%-
XYZ82.491.4394.97-
YUV242.77125.87118.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.99%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 239 (93.75% from 255) = 33.24%
R=31.99%
G=34.77%
B=33.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302502390.0800.040.0214766.6794.12
HexE6FAEF804293435e
Octal34637235710042223103136
Binary11100110111110101110111110000100101001001110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAEF; }

 p { color: rgb(230,250,239); }

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

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

 a { background-color: rgb(230,250,239); }

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

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

 span { border-color: rgb(230,250,239); }

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