#B3EDDF

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

Shades of Water Leaf #B3EDDF

Tints of Water Leaf #B3EDDF

Color information

#B3EDDF (or 0xB3EDDF) is unknown color: approx Water Leaf. HEX triplet: B3, ED and DF. RGB value is (179,237,223). Sum of RGB (Red+Green+Blue) = 179+237+223=639 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.01% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDDF is #4C1220. Grayscale: #DADADA. Windows color (decimal): -4985377 or 14675379. OLE color: 14675379.

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

Color convert

RGB179237223-
CMYK0.2400.060.07
HSL165.52º61.7%81.57%-
HSV(B)165.52º24.47%92.94%-
XYZ62.1975.4881.1-
YUV218.06130.78100.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.01%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=28.01%
G=37.09%
B=34.90%

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
Decimal1792372230.2400.060.07165.5261.781.57
HexB3EDDF18067a63e52
Octal2633553373006724676122
Binary101100111110110111011111110000110111101001101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EDDF; }

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

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

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

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

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

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

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

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