Html Css Color HEX #B1F9EA Water Leaf

📋 copy color: '#B1F9EA'

red 177 ◦ green 249 ◦ blue 234

#B1F9EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #B1F9EA

Tints of Water Leaf #B1F9EA

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.8% from 255) = 35.45%

R = 26.82%
G = 37.73%
B = 35.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#B1F9EA (or 0xB1F9EA) is known color: 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

RGB 177 249 234 -
CMYK 0.29 0 0.06 0.02
HSL 167.5º 0.86% 0.84% -
HSV(B) 167.5º 0.29% 0.98% -
XYZ 66.86 83.04 90.35 -
YUV 225.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 177 249 234 0.29 0 0.06 0.02 167.5 0.86 0.84
Hex B1 F9 EA 1D 0 6 2 A8 56 54
Octal 261 371 352 35 0 6 2 250 126 124
Binary 10110001 11111001 11101010 11101 0 110 10 10101000 1010110 1010100

Color Harmonies of #B1F9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F9EA

Black with #B1F9EA

Text Example


Text Example

White with #B1F9EA

Text Example


Text Example

HTML Codes & Css Web 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>