#B1F7EA

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

Shades of Water Leaf #B1F7EA

Tints of Water Leaf #B1F7EA

Color information

#B1F7EA (or 0xB1F7EA) is unknown color: approx Water Leaf. HEX triplet: B1, F7 and EA. RGB value is (177,247,234). Sum of RGB (Red+Green+Blue) = 177+247+234=658 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.90% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F7EA is #4E0815. Grayscale: #E0E0E0. Windows color (decimal): -5113878 or 15398833. OLE color: 15398833.

HSL color Cylindrical-coordinate representation of color #B1F7EA: hue angle of 168.86º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F7EA is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB177247234-
CMYK0.2800.050.03
HSL168.86º81.4%83.14%-
HSV(B)168.86º28.34%96.86%-
XYZ66.2481.8190.14-
YUV224.59133.3194.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.90%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 234 (91.80% from 255) = 35.56%
R=26.90%
G=37.54%
B=35.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772472340.2800.050.03168.8681.483.14
HexB1F7EA1C053a95153
Octal26136735234053251121123
Binary101100011111011111101010111000101111010100110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F7EA; }

 p { color: rgb(177,247,234); }

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

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

 a { background-color: rgb(177,247,234); }

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

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

 span { border-color: rgb(177,247,234); }

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