#B3EBDD

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

Shades of Water Leaf #B3EBDD

Tints of Water Leaf #B3EBDD

Color information

#B3EBDD (or 0xB3EBDD) is unknown color: approx Water Leaf. HEX triplet: B3, EB and DD. RGB value is (179,235,221). Sum of RGB (Red+Green+Blue) = 179+235+221=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBDD is #4C1422. Grayscale: #D8D8D8. Windows color (decimal): -4985891 or 14543795. OLE color: 14543795.

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

Color convert

RGB179235221-
CMYK0.2400.060.08
HSL165º58.33%81.18%-
HSV(B)165º23.83%92.16%-
XYZ61.3574.2279.5-
YUV216.66130.45101.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=28.19%
G=37.01%
B=34.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792352210.2400.060.0816558.3381.18
HexB3EBDD18068a53a51
Octal26335333530061024572121
Binary1011001111101011110111011100001101000101001011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBDD; }

 p { color: rgb(179,235,221); }

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

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

 a { background-color: rgb(179,235,221); }

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

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

 span { border-color: rgb(179,235,221); }

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