#B3FEEB

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

Shades of Water Leaf #B3FEEB

Tints of Water Leaf #B3FEEB

Color information

#B3FEEB (or 0xB3FEEB) is unknown color: approx Water Leaf. HEX triplet: B3, FE and EB. RGB value is (179,254,235). Sum of RGB (Red+Green+Blue) = 179+254+235=668 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.80% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEEB is #4C0114. Grayscale: #E5E5E5. Windows color (decimal): -4981013 or 15466163. OLE color: 15466163.

HSL color Cylindrical-coordinate representation of color #B3FEEB: hue angle of 164.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FEEB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB179254235-
CMYK0.3000.070.00
HSL164.8º97.4%84.9%-
HSV(B)164.8º29.53%99.61%-
XYZ69.0386.4791.65-
YUV229.41131.1592.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.80%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=26.80%
G=38.02%
B=35.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792542350.3000.070.00164.897.484.9
HexB3FEEB1E070a56155
Octal26337635336070245141125
Binary10110011111111101110101111110011101010010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEEB; }

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

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

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

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

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

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

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

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