#B3EFE2

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

Shades of Water Leaf #B3EFE2

Tints of Water Leaf #B3EFE2

Color information

#B3EFE2 (or 0xB3EFE2) is unknown color: approx Water Leaf. HEX triplet: B3, EF and E2. RGB value is (179,239,226). Sum of RGB (Red+Green+Blue) = 179+239+226=644 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.80% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFE2 is #4C101D. Grayscale: #DBDBDB. Windows color (decimal): -4984862 or 14872499. OLE color: 14872499.

HSL color Cylindrical-coordinate representation of color #B3EFE2: hue angle of 167º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFE2 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB179239226-
CMYK0.2500.050.06
HSL167º65.22%81.96%-
HSV(B)167º25.1%93.73%-
XYZ63.1876.8183.45-
YUV219.58131.6299.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.80%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 226 (88.67% from 255) = 35.09%
R=27.80%
G=37.11%
B=35.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792392260.2500.050.0616765.2281.96
HexB3EFE219056a74152
Octal26335734231056247101122
Binary1011001111101111111000101100101011101010011110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFE2; }

 p { color: rgb(179,239,226); }

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

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

 a { background-color: rgb(179,239,226); }

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

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

 span { border-color: rgb(179,239,226); }

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