#B3EFE4

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

Shades of Water Leaf #B3EFE4

Tints of Water Leaf #B3EFE4

Color information

#B3EFE4 (or 0xB3EFE4) is unknown color: approx Water Leaf. HEX triplet: B3, EF and E4. RGB value is (179,239,228). Sum of RGB (Red+Green+Blue) = 179+239+228=646 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.71% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFE4 is #4C101B. Grayscale: #DBDBDB. Windows color (decimal): -4984860 or 15003571. OLE color: 15003571.

HSL color Cylindrical-coordinate representation of color #B3EFE4: hue angle of 169º 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 #B3EFE4 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB179239228-
CMYK0.2500.050.06
HSL169º65.22%81.96%-
HSV(B)169º25.1%93.73%-
XYZ63.4676.9284.9-
YUV219.81132.6298.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.71%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=27.71%
G=37.00%
B=35.29%

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
Decimal1792392280.2500.050.0616965.2281.96
HexB3EFE419056a94152
Octal26335734431056251101122
Binary1011001111101111111001001100101011101010100110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFE4; }

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

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

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

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

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

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

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

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