#B3E9DA

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

Shades of Water Leaf #B3E9DA

Tints of Water Leaf #B3E9DA

Color information

#B3E9DA (or 0xB3E9DA) is unknown color: approx Water Leaf. HEX triplet: B3, E9 and DA. RGB value is (179,233,218). Sum of RGB (Red+Green+Blue) = 179+233+218=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E9DA is #4C1625. Grayscale: #D7D7D7. Windows color (decimal): -4986406 or 14346675. OLE color: 14346675.

HSL color Cylindrical-coordinate representation of color #B3E9DA: hue angle of 163.33º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E9DA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB179233218-
CMYK0.2300.060.09
HSL163.33º55.1%80.78%-
HSV(B)163.33º23.18%91.37%-
XYZ60.3872.9277.22-
YUV215.14129.61102.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.41%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=28.41%
G=36.98%
B=34.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1792332180.2300.060.09163.3355.180.78
HexB3E9DA17069a33751
Octal26335133227061124367121
Binary1011001111101001110110101011101101001101000111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E9DA; }

 p { color: rgb(179,233,218); }

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

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

 a { background-color: rgb(179,233,218); }

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

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

 span { border-color: rgb(179,233,218); }

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