Html Css Color HEX #B1EEDF Water Leaf

📋 copy color: '#B1EEDF'

red 177 ◦ green 238 ◦ blue 223

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

Shades of Water Leaf #B1EEDF

Tints of Water Leaf #B1EEDF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.3%

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 27.74%
G = 37.3%
B = 34.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B1EEDF (or 0xB1EEDF) is known color: Water Leaf. HEX triplet: B1, EE and DF. RGB value is (177,238,223). Sum of RGB (Red+Green+Blue) = 177+238+223=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEDF is #4E1120. Grayscale: #DADADA. Windows color (decimal): -5116193 or 14675633. OLE color: 14675633.

HSL color Cylindrical-coordinate representation of color #B1EEDF: hue angle of 165.25º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEDF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 238 223 -
CMYK 0.26 0 0.06 0.07
HSL 165.25º 0.64% 0.81% -
HSV(B) 165.25º 0.26% 0.93% -
XYZ 62.03 75.82 81.18 -
YUV 218.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 177 238 223 0.26 0 0.06 0.07 165.25 0.64 0.81
Hex B1 EE DF 1A 0 6 7 A5 40 51
Octal 261 356 337 32 0 6 7 245 100 121
Binary 10110001 11101110 11011111 11010 0 110 111 10100101 1000000 1010001

Color Harmonies of #B1EEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EEDF

Black with #B1EEDF

Text Example


Text Example

White with #B1EEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EEDF; }

 p { color: rgb(177,238,223); }

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

background-color css

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

 a { background-color: rgb(177,238,223); }

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

border-color css

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

 span { border-color: rgb(177,238,223); }

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