#B3FDE7

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

Shades of Water Leaf #B3FDE7

Tints of Water Leaf #B3FDE7

Color information

#B3FDE7 (or 0xB3FDE7) is unknown color: approx Water Leaf. HEX triplet: B3, FD and E7. RGB value is (179,253,231). Sum of RGB (Red+Green+Blue) = 179+253+231=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FDE7 is #4C0218. Grayscale: #E4E4E4. Windows color (decimal): -4981273 or 15203763. OLE color: 15203763.

HSL color Cylindrical-coordinate representation of color #B3FDE7: hue angle of 162.16º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDE7 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB179253231-
CMYK0.2900.090.01
HSL162.16º94.87%84.71%-
HSV(B)162.16º29.25%99.22%-
XYZ68.1485.688.53-
YUV228.37129.4892.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.00%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 231 (90.62% from 255) = 34.84%
R=27.00%
G=38.16%
B=34.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792532310.2900.090.01162.1694.8784.71
HexB3FDE71D091a25f55
Octal263375347350111242137125
Binary101100111111110111100111111010100111010001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FDE7; }

 p { color: rgb(179,253,231); }

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

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

 a { background-color: rgb(179,253,231); }

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

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

 span { border-color: rgb(179,253,231); }

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