#E6FFF0

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

Shades of Bubbles #E6FFF0

Tints of Bubbles #E6FFF0

Color information

#E6FFF0 (or 0xE6FFF0) is unknown color: approx Bubbles. HEX triplet: E6, FF and F0. RGB value is (230,255,240). Sum of RGB (Red+Green+Blue) = 230+255+240=725 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.72% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FFF0 is #19000F. Grayscale: #F5F5F5. Windows color (decimal): -1638416 or 15794150. OLE color: 15794150.

HSL color Cylindrical-coordinate representation of color #E6FFF0: hue angle of 144º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6FFF0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB230255240-
CMYK0.1000.060
HSL144º100%95.1%-
HSV(B)144º9.8%100%-
XYZ84.1294.6396.27-
YUV245.82124.72116.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.72%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 240 (94.14% from 255) = 33.10%
R=31.72%
G=35.17%
B=33.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302552400.1000.06014410095.1
HexE6FFF0A06090645f
Octal34637736012060220144137
Binary1110011011111111111100001010011001001000011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FFF0; }

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

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

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

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

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

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

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

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