#B5E9DF

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

Shades of Water Leaf #B5E9DF

Tints of Water Leaf #B5E9DF

Color information

#B5E9DF (or 0xB5E9DF) is unknown color: approx Water Leaf. HEX triplet: B5, E9 and DF. RGB value is (181,233,223). Sum of RGB (Red+Green+Blue) = 181+233+223=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9DF is #4A1620. Grayscale: #D8D8D8. Windows color (decimal): -4855329 or 14674357. OLE color: 14674357.

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

Color convert

RGB181233223-
CMYK0.2200.040.09
HSL168.46º54.17%81.18%-
HSV(B)168.46º22.32%91.37%-
XYZ61.5173.4380.74-
YUV216.31131.77102.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.41%
GREEN value IS 233 (91.41% from 255) = 36.58%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=28.41%
G=36.58%
B=35.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812332230.2200.040.09168.4654.1781.18
HexB5E9DF16049a83651
Octal26535133726041125066121
Binary1011010111101001110111111011001001001101010001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E9DF; }

 p { color: rgb(181,233,223); }

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

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

 a { background-color: rgb(181,233,223); }

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

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

 span { border-color: rgb(181,233,223); }

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