Html Css Color HEX #B3EEDE Water Leaf

📋 copy color: '#B3EEDE'

red 179 ◦ green 238 ◦ blue 222

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

Shades of Water Leaf #B3EEDE

Tints of Water Leaf #B3EEDE

RGB

 RED value IS 179 (70.31% from 255) = 28.01%

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

 BLUE value IS 222 (87.11% from 255) = 34.74%

R = 28.01%
G = 37.25%
B = 34.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#B3EEDE (or 0xB3EEDE) is known color: Water Leaf. HEX triplet: B3, EE and DE. RGB value is (179,238,222). Sum of RGB (Red+Green+Blue) = 179+238+222=639 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.01% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EEDE is #4C1121. Grayscale: #DADADA. Windows color (decimal): -4985122 or 14610099. OLE color: 14610099.

HSL color Cylindrical-coordinate representation of color #B3EEDE: hue angle of 163.73º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EEDE is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 238 222 -
CMYK 0.25 0 0.07 0.07
HSL 163.73º 0.63% 0.82% -
HSV(B) 163.73º 0.25% 0.93% -
XYZ 62.35 76.01 80.49 -
YUV 218.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 179 238 222 0.25 0 0.07 0.07 163.73 0.63 0.82
Hex B3 EE DE 19 0 7 7 A4 3F 52
Octal 263 356 336 31 0 7 7 244 77 122
Binary 10110011 11101110 11011110 11001 0 111 111 10100100 111111 1010010

Color Harmonies of #B3EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EEDE

Black with #B3EEDE

Text Example


Text Example

White with #B3EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EEDE; }

 p { color: rgb(179,238,222); }

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

background-color css

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

 a { background-color: rgb(179,238,222); }

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

border-color css

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

 span { border-color: rgb(179,238,222); }

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