#B3ECDE

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

Shades of Water Leaf #B3ECDE

Tints of Water Leaf #B3ECDE

Color information

#B3ECDE (or 0xB3ECDE) is unknown color: approx Water Leaf. HEX triplet: B3, EC and DE. RGB value is (179,236,222). Sum of RGB (Red+Green+Blue) = 179+236+222=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECDE is #4C1321. Grayscale: #D9D9D9. Windows color (decimal): -4985634 or 14609587. OLE color: 14609587.

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

Color convert

RGB179236222-
CMYK0.2400.060.07
HSL165.26º60%81.37%-
HSV(B)165.26º24.15%92.55%-
XYZ61.7774.8580.3-
YUV217.36130.62100.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.10%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=28.10%
G=37.05%
B=34.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792362220.2400.060.07165.266081.37
HexB3ECDE18067a53c51
Octal2633543363006724574121
Binary101100111110110011011110110000110111101001011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ECDE; }

 p { color: rgb(179,236,222); }

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

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

 a { background-color: rgb(179,236,222); }

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

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

 span { border-color: rgb(179,236,222); }

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