#E6FBED

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

Shades of Bubbles #E6FBED

Tints of Bubbles #E6FBED

Color information

#E6FBED (or 0xE6FBED) is unknown color: approx Bubbles. HEX triplet: E6, FB and ED. RGB value is (230,251,237). Sum of RGB (Red+Green+Blue) = 230+251+237=718 (95% of max value = 765). Red value is 230 (90.23% from 255 or 32.03% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FBED is #190412. Grayscale: #F3F3F3. Windows color (decimal): -1639443 or 15596518. OLE color: 15596518.

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

Color convert

RGB230251237-
CMYK0.0800.060.02
HSL140º72.41%94.31%-
HSV(B)140º8.37%98.43%-
XYZ82.4291.9393.52-
YUV243.12124.54118.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.03%
GREEN value IS 251 (98.44% from 255) = 34.96%
BLUE value IS 237 (92.97% from 255) = 33.01%
R=32.03%
G=34.96%
B=33.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302512370.0800.060.0214072.4194.31
HexE6FBED80628c485e
Octal34637335510062214110136
Binary11100110111110111110110110000110101000110010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FBED; }

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

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

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

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

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

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

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

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