#E6FAED

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

Shades of Bubbles #E6FAED

Tints of Bubbles #E6FAED

Color information

#E6FAED (or 0xE6FAED) is unknown color: approx Bubbles. HEX triplet: E6, FA and ED. RGB value is (230,250,237). Sum of RGB (Red+Green+Blue) = 230+250+237=717 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.08% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAED is #190512. Grayscale: #F2F2F2. Windows color (decimal): -1639699 or 15596262. OLE color: 15596262.

HSL color Cylindrical-coordinate representation of color #E6FAED: hue angle of 141º 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 #E6FAED is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB230250237-
CMYK0.0800.050.02
HSL141º66.67%94.12%-
HSV(B)141º8%98.04%-
XYZ82.191.3193.42-
YUV242.54124.87119.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.08%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 237 (92.97% from 255) = 33.05%
R=32.08%
G=34.87%
B=33.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302502370.0800.050.0214166.6794.12
HexE6FAED80528d435e
Octal34637235510052215103136
Binary11100110111110101110110110000101101000110110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAED; }

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

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

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

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

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

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

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

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