#B5EFDB

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

Shades of Water Leaf #B5EFDB

Tints of Water Leaf #B5EFDB

Color information

#B5EFDB (or 0xB5EFDB) is unknown color: approx Water Leaf. HEX triplet: B5, EF and DB. RGB value is (181,239,219). Sum of RGB (Red+Green+Blue) = 181+239+219=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFDB is #4A1024. Grayscale: #DBDBDB. Windows color (decimal): -4853797 or 14413749. OLE color: 14413749.

HSL color Cylindrical-coordinate representation of color #B5EFDB: hue angle of 159.31º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFDB is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB181239219-
CMYK0.2400.080.06
HSL159.31º64.44%82.35%-
HSV(B)159.31º24.27%93.73%-
XYZ62.7176.6778.51-
YUV219.38127.78100.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.33%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=28.33%
G=37.40%
B=34.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812392190.2400.080.06159.3164.4482.35
HexB5EFDB180869f4052
Octal265357333300106237100122
Binary10110101111011111101101111000010001101001111110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFDB; }

 p { color: rgb(181,239,219); }

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

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

 a { background-color: rgb(181,239,219); }

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

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

 span { border-color: rgb(181,239,219); }

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