#B3FEEA

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

Shades of Water Leaf #B3FEEA

Tints of Water Leaf #B3FEEA

Color information

#B3FEEA (or 0xB3FEEA) is unknown color: approx Water Leaf. HEX triplet: B3, FE and EA. RGB value is (179,254,234). Sum of RGB (Red+Green+Blue) = 179+254+234=667 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.84% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEEA is #4C0115. Grayscale: #E5E5E5. Windows color (decimal): -4981014 or 15400627. OLE color: 15400627.

HSL color Cylindrical-coordinate representation of color #B3FEEA: hue angle of 164º 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 #B3FEEA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB179254234-
CMYK0.3000.080.00
HSL164º97.4%84.9%-
HSV(B)164º29.53%99.61%-
XYZ68.8886.4190.89-
YUV229.29130.6592.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.84%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=26.84%
G=38.08%
B=35.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792542340.3000.080.0016497.484.9
HexB3FEEA1E080a46155
Octal263376352360100244141125
Binary101100111111111011101010111100100001010010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEEA; }

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

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

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

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

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

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

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

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