#B3F1DF

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

Shades of Water Leaf #B3F1DF

Tints of Water Leaf #B3F1DF

Color information

#B3F1DF (or 0xB3F1DF) is unknown color: approx Water Leaf. HEX triplet: B3, F1 and DF. RGB value is (179,241,223). Sum of RGB (Red+Green+Blue) = 179+241+223=643 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.84% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1DF is #4C0E20. Grayscale: #DCDCDC. Windows color (decimal): -4984353 or 14676403. OLE color: 14676403.

HSL color Cylindrical-coordinate representation of color #B3F1DF: hue angle of 162.58º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1DF is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB179241223-
CMYK0.2600.070.05
HSL162.58º68.89%82.35%-
HSV(B)162.58º25.73%94.51%-
XYZ63.3677.8281.49-
YUV220.41129.4698.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.84%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=27.84%
G=37.48%
B=34.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792412230.2600.070.05162.5868.8982.35
HexB3F1DF1A075a34552
Octal26336133732075243105122
Binary1011001111110001110111111101001111011010001110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1DF; }

 p { color: rgb(179,241,223); }

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

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

 a { background-color: rgb(179,241,223); }

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

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

 span { border-color: rgb(179,241,223); }

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