#B1F9EB

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

Shades of Water Leaf #B1F9EB

Tints of Water Leaf #B1F9EB

Color information

#B1F9EB (or 0xB1F9EB) is unknown color: approx Water Leaf. HEX triplet: B1, F9 and EB. RGB value is (177,249,235). Sum of RGB (Red+Green+Blue) = 177+249+235=661 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.78% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F9EB is #4E0614. Grayscale: #E1E1E1. Windows color (decimal): -5113365 or 15464881. OLE color: 15464881.

HSL color Cylindrical-coordinate representation of color #B1F9EB: hue angle of 168.33º degrees, saturation: 0.86, 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 #B1F9EB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB177249235-
CMYK0.2900.060.02
HSL168.33º85.71%83.53%-
HSV(B)168.33º28.92%97.65%-
XYZ6783.191.11-
YUV225.88133.1593.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.78%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=26.78%
G=37.67%
B=35.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772492350.2900.060.02168.3385.7183.53
HexB1F9EB1D062a85654
Octal26137135335062250126124
Binary101100011111100111101011111010110101010100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F9EB; }

 p { color: rgb(177,249,235); }

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

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

 a { background-color: rgb(177,249,235); }

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

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

 span { border-color: rgb(177,249,235); }

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