#B3EEDC

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

Shades of Water Leaf #B3EEDC

Tints of Water Leaf #B3EEDC

Color information

#B3EEDC (or 0xB3EEDC) is unknown color: approx Water Leaf. HEX triplet: B3, EE and DC. RGB value is (179,238,220). Sum of RGB (Red+Green+Blue) = 179+238+220=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EEDC is #4C1123. Grayscale: #DADADA. Windows color (decimal): -4985124 or 14479027. OLE color: 14479027.

HSL color Cylindrical-coordinate representation of color #B3EEDC: hue angle of 161.69º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EEDC is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB179238220-
CMYK0.2500.080.07
HSL161.69º63.44%81.76%-
HSV(B)161.69º24.79%93.33%-
XYZ62.0875.979.09-
YUV218.31128.9599.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.10%
GREEN value IS 238 (93.36% from 255) = 37.36%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=28.10%
G=37.36%
B=34.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792382200.2500.080.07161.6963.4481.76
HexB3EEDC19087a23f52
Octal26335633431010724277122
Binary1011001111101110110111001100101000111101000101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EEDC; }

 p { color: rgb(179,238,220); }

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

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

 a { background-color: rgb(179,238,220); }

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

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

 span { border-color: rgb(179,238,220); }

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