#B0EFDF

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

Shades of Water Leaf #B0EFDF

Tints of Water Leaf #B0EFDF

Color information

#B0EFDF (or 0xB0EFDF) is unknown color: approx Water Leaf. HEX triplet: B0, EF and DF. RGB value is (176,239,223). Sum of RGB (Red+Green+Blue) = 176+239+223=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFDF is #4F1020. Grayscale: #DADADA. Windows color (decimal): -5181473 or 14675888. OLE color: 14675888.

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

Color convert

RGB176239223-
CMYK0.2600.070.06
HSL164.76º66.32%81.37%-
HSV(B)164.76º26.36%93.73%-
XYZ62.0976.2981.27-
YUV218.34130.6397.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.59%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=27.59%
G=37.46%
B=34.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762392230.2600.070.06164.7666.3281.37
HexB0EFDF1A076a54251
Octal26035733732076245102121
Binary1011000011101111110111111101001111101010010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFDF; }

 p { color: rgb(176,239,223); }

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

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

 a { background-color: rgb(176,239,223); }

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

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

 span { border-color: rgb(176,239,223); }

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