Html Css Color HEX #B3E5DF Water Leaf

📋 copy color: '#B3E5DF'

red 179 ◦ green 229 ◦ blue 223

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

Shades of Water Leaf #B3E5DF

Tints of Water Leaf #B3E5DF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.29%

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

R = 28.37%
G = 36.29%
B = 35.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#B3E5DF (or 0xB3E5DF) is known color: Water Leaf. HEX triplet: B3, E5 and DF. RGB value is (179,229,223). Sum of RGB (Red+Green+Blue) = 179+229+223=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 229 - color contains mainly: green. Hex color #B3E5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E5DF is #4C1A20. Grayscale: #D5D5D5. Windows color (decimal): -4987425 or 14673331. OLE color: 14673331.

HSL color Cylindrical-coordinate representation of color #B3E5DF: hue angle of 172.8º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3E5DF is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 229 223 -
CMYK 0.22 0 0.03 0.10
HSL 172.8º 0.49% 0.8% -
HSV(B) 172.8º 0.22% 0.9% -
XYZ 59.93 70.95 80.35 -
YUV 213.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 179 229 223 0.22 0 0.03 0.10 172.8 0.49 0.8
Hex B3 E5 DF 16 0 3 A AD 31 50
Octal 263 345 337 26 0 3 12 255 61 120
Binary 10110011 11100101 11011111 10110 0 11 1010 10101101 110001 1010000

Color Harmonies of #B3E5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E5DF

Black with #B3E5DF

Text Example


Text Example

White with #B3E5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E5DF; }

 p { color: rgb(179,229,223); }

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

background-color css

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

 a { background-color: rgb(179,229,223); }

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

border-color css

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

 span { border-color: rgb(179,229,223); }

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