#B1F9EA

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

Shades of Water Leaf #B1F9EA

Tints of Water Leaf #B1F9EA

Color information

#B1F9EA (or 0xB1F9EA) is unknown color: approx Water Leaf. HEX triplet: B1, F9 and EA. RGB value is (177,249,234). Sum of RGB (Red+Green+Blue) = 177+249+234=660 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.82% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F9EA is #4E0615. Grayscale: #E1E1E1. Windows color (decimal): -5113366 or 15399345. OLE color: 15399345.

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

Color convert

RGB177249234-
CMYK0.2900.060.02
HSL167.5º85.71%83.53%-
HSV(B)167.5º28.92%97.65%-
XYZ66.8683.0490.35-
YUV225.76132.6593.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.82%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=26.82%
G=37.73%
B=35.45%

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
Decimal1772492340.2900.060.02167.585.7183.53
HexB1F9EA1D062a85654
Octal26137135235062250126124
Binary101100011111100111101010111010110101010100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F9EA; }

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

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

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

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

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

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

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

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