Html Css Color HEX #B1EFDA Water Leaf

📋 copy color: '#B1EFDA'

red 177 ◦ green 239 ◦ blue 218

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

Shades of Water Leaf #B1EFDA

Tints of Water Leaf #B1EFDA

RGB

 RED value IS 177 (69.53% from 255) = 27.92%

 GREEN value IS 239 (93.75% from 255) = 37.7%

 BLUE value IS 218 (85.55% from 255) = 34.38%

R = 27.92%
G = 37.7%
B = 34.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#B1EFDA (or 0xB1EFDA) is known color: Water Leaf. HEX triplet: B1, EF and DA. RGB value is (177,239,218). Sum of RGB (Red+Green+Blue) = 177+239+218=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFDA is #4E1025. Grayscale: #DADADA. Windows color (decimal): -5115942 or 14348209. OLE color: 14348209.

HSL color Cylindrical-coordinate representation of color #B1EFDA: hue angle of 159.68º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFDA is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 239 218 -
CMYK 0.26 0 0.09 0.06
HSL 159.68º 0.66% 0.82% -
HSV(B) 159.68º 0.26% 0.94% -
XYZ 61.65 76.14 77.78 -
YUV 218.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 177 239 218 0.26 0 0.09 0.06 159.68 0.66 0.82
Hex B1 EF DA 1A 0 9 6 A0 42 52
Octal 261 357 332 32 0 11 6 240 102 122
Binary 10110001 11101111 11011010 11010 0 1001 110 10100000 1000010 1010010

Color Harmonies of #B1EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EFDA

Black with #B1EFDA

Text Example


Text Example

White with #B1EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EFDA; }

 p { color: rgb(177,239,218); }

 H1.HeaderClassName
 {
   color: #B1EFDA;
 }
 .AnyTagClassName
 {
   color: #B1EFDA;
 }
</style>

background-color css

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

 a { background-color: rgb(177,239,218); }

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

border-color css

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

 span { border-color: rgb(177,239,218); }

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