#B1EFDB

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

Shades of Water Leaf #B1EFDB

Tints of Water Leaf #B1EFDB

Color information

#B1EFDB (or 0xB1EFDB) is unknown color: approx Water Leaf. HEX triplet: B1, EF and DB. RGB value is (177,239,219). Sum of RGB (Red+Green+Blue) = 177+239+219=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFDB is #4E1024. Grayscale: #DADADA. Windows color (decimal): -5115941 or 14413745. OLE color: 14413745.

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

Color convert

RGB177239219-
CMYK0.2600.080.06
HSL160.65º65.96%81.57%-
HSV(B)160.65º25.94%93.73%-
XYZ61.7876.1978.47-
YUV218.18128.4698.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.87%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=27.87%
G=37.64%
B=34.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772392190.2600.080.06160.6565.9681.57
HexB1EFDB1A086a14252
Octal261357333320106241102122
Binary10110001111011111101101111010010001101010000110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFDB; }

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

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

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

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

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

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

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

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