#B3FBDF

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

Shades of Water Leaf #B3FBDF

Tints of Water Leaf #B3FBDF

Color information

#B3FBDF (or 0xB3FBDF) is unknown color: approx Water Leaf. HEX triplet: B3, FB and DF. RGB value is (179,251,223). Sum of RGB (Red+Green+Blue) = 179+251+223=653 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.41% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FBDF is #4C0420. Grayscale: #E2E2E2. Windows color (decimal): -4981793 or 14678963. OLE color: 14678963.

HSL color Cylindrical-coordinate representation of color #B3FBDF: hue angle of 156.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FBDF is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB179251223-
CMYK0.2900.110.02
HSL156.67º90%84.31%-
HSV(B)156.67º28.69%98.43%-
XYZ66.4183.9182.51-
YUV226.28126.1594.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.41%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=27.41%
G=38.44%
B=34.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792512230.2900.110.02156.679084.31
HexB3FBDF1D0B29d5a54
Octal263373337350132235132124
Binary1011001111111011110111111110101011101001110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBDF; }

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

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

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

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

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

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

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

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