#B9EFDA

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

Shades of Water Leaf #B9EFDA

Tints of Water Leaf #B9EFDA

Color information

#B9EFDA (or 0xB9EFDA) is unknown color: approx Water Leaf. HEX triplet: B9, EF and DA. RGB value is (185,239,218). Sum of RGB (Red+Green+Blue) = 185+239+218=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFDA is #461025. Grayscale: #DCDCDC. Windows color (decimal): -4591654 or 14348217. OLE color: 14348217.

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

Color convert

RGB185239218-
CMYK0.2300.090.06
HSL156.67º62.79%83.14%-
HSV(B)156.67º22.59%93.73%-
XYZ63.5377.1177.86-
YUV220.46126.61102.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.82%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=28.82%
G=37.23%
B=33.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852392180.2300.090.06156.6762.7983.14
HexB9EFDA170969d3f53
Octal27135733227011623577123
Binary1011100111101111110110101011101001110100111011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFDA; }

 p { color: rgb(185,239,218); }

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

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

 a { background-color: rgb(185,239,218); }

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

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

 span { border-color: rgb(185,239,218); }

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