#E6FDF0

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

Shades of Bubbles #E6FDF0

Tints of Bubbles #E6FDF0

Color information

#E6FDF0 (or 0xE6FDF0) is unknown color: approx Bubbles. HEX triplet: E6, FD and F0. RGB value is (230,253,240). Sum of RGB (Red+Green+Blue) = 230+253+240=723 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.81% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FDF0 is #19020F. Grayscale: #F4F4F4. Windows color (decimal): -1638928 or 15793638. OLE color: 15793638.

HSL color Cylindrical-coordinate representation of color #E6FDF0: hue angle of 146.09º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FDF0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB230253240-
CMYK0.0900.050.01
HSL146.09º85.19%94.71%-
HSV(B)146.09º9.09%99.22%-
XYZ83.4993.3696.06-
YUV244.64125.38117.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.81%
GREEN value IS 253 (99.22% from 255) = 34.99%
BLUE value IS 240 (94.14% from 255) = 33.20%
R=31.81%
G=34.99%
B=33.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302532400.0900.050.01146.0985.1994.71
HexE6FDF0905192555f
Octal34637536011051222125137
Binary1110011011111101111100001001010111001001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FDF0; }

 p { color: rgb(230,253,240); }

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

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

 a { background-color: rgb(230,253,240); }

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

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

 span { border-color: rgb(230,253,240); }

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