#B3FEEC

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

Shades of Water Leaf #B3FEEC

Tints of Water Leaf #B3FEEC

Color information

#B3FEEC (or 0xB3FEEC) is unknown color: approx Water Leaf. HEX triplet: B3, FE and EC. RGB value is (179,254,236). Sum of RGB (Red+Green+Blue) = 179+254+236=669 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.76% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEEC is #4C0113. Grayscale: #E5E5E5. Windows color (decimal): -4981012 or 15531699. OLE color: 15531699.

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

Color convert

RGB179254236-
CMYK0.3000.070.00
HSL165.6º97.4%84.9%-
HSV(B)165.6º29.53%99.61%-
XYZ69.1786.5292.41-
YUV229.52131.6591.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.76%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=26.76%
G=37.97%
B=35.28%

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
Decimal1792542360.3000.070.00165.697.484.9
HexB3FEEC1E070a66155
Octal26337635436070246141125
Binary10110011111111101110110011110011101010011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEEC; }

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

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

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

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

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

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

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

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