#B3E4DF

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

Shades of Water Leaf #B3E4DF

Tints of Water Leaf #B3E4DF

Color information

#B3E4DF (or 0xB3E4DF) is unknown color: approx Water Leaf. HEX triplet: B3, E4 and DF. RGB value is (179,228,223). Sum of RGB (Red+Green+Blue) = 179+228+223=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E4DF is #4C1B20. Grayscale: #D4D4D4. Windows color (decimal): -4987681 or 14673075. OLE color: 14673075.

HSL color Cylindrical-coordinate representation of color #B3E4DF: hue angle of 173.88º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3E4DF is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB179228223-
CMYK0.2100.020.11
HSL173.88º47.57%79.8%-
HSV(B)173.88º21.49%89.41%-
XYZ59.6570.480.26-
YUV212.78133.77103.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.41%
GREEN value IS 228 (89.45% from 255) = 36.19%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=28.41%
G=36.19%
B=35.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1792282230.2100.020.11173.8847.5779.8
HexB3E4DF1502Bae3050
Octal26334433725021325660120
Binary101100111110010011011111101010101011101011101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E4DF; }

 p { color: rgb(179,228,223); }

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

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

 a { background-color: rgb(179,228,223); }

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

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

 span { border-color: rgb(179,228,223); }

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