Html Css Color HEX #B3E4DF Water Leaf

📋 copy color: '#B3E4DF'

red 179 ◦ green 228 ◦ blue 223

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

Shades of Water Leaf #B3E4DF

Tints of Water Leaf #B3E4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.19%

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

R = 28.41%
G = 36.19%
B = 35.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#B3E4DF (or 0xB3E4DF) is known color: Water Leaf. HEX triplet: B3, E4 and DF. RGB value is (179,228,223). Sum of RGB (Red+Green+Blue) = 179+228+223=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E4DF is #4C1B20. Grayscale: #D4D4D4. Windows color (decimal): -4987681 or 14673075. OLE color: 14673075.

HSL color Cylindrical-coordinate representation of color #B3E4DF: hue angle of 173.88º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3E4DF is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 228 223 -
CMYK 0.21 0 0.02 0.11
HSL 173.88º 0.48% 0.8% -
HSV(B) 173.88º 0.21% 0.89% -
XYZ 59.65 70.4 80.26 -
YUV 212.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 179 228 223 0.21 0 0.02 0.11 173.88 0.48 0.8
Hex B3 E4 DF 15 0 2 B AE 30 50
Octal 263 344 337 25 0 2 13 256 60 120
Binary 10110011 11100100 11011111 10101 0 10 1011 10101110 110000 1010000

Color Harmonies of #B3E4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E4DF

Black with #B3E4DF

Text Example


Text Example

White with #B3E4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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