Html Css Color HEX #B3EBDD Water Leaf

📋 copy color: '#B3EBDD'

red 179 ◦ green 235 ◦ blue 221

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

Shades of Water Leaf #B3EBDD

Tints of Water Leaf #B3EBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.01%

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 28.19%
G = 37.01%
B = 34.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B3EBDD (or 0xB3EBDD) is known color: Water Leaf. HEX triplet: B3, EB and DD. RGB value is (179,235,221). Sum of RGB (Red+Green+Blue) = 179+235+221=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBDD is #4C1422. Grayscale: #D8D8D8. Windows color (decimal): -4985891 or 14543795. OLE color: 14543795.

HSL color Cylindrical-coordinate representation of color #B3EBDD: hue angle of 165º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBDD is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 235 221 -
CMYK 0.24 0 0.06 0.08
HSL 165º 0.58% 0.81% -
HSV(B) 165º 0.24% 0.92% -
XYZ 61.35 74.22 79.5 -
YUV 216.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 179 235 221 0.24 0 0.06 0.08 165 0.58 0.81
Hex B3 EB DD 18 0 6 8 A5 3A 51
Octal 263 353 335 30 0 6 10 245 72 121
Binary 10110011 11101011 11011101 11000 0 110 1000 10100101 111010 1010001

Color Harmonies of #B3EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EBDD

Black with #B3EBDD

Text Example


Text Example

White with #B3EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EBDD; }

 p { color: rgb(179,235,221); }

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

background-color css

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

 a { background-color: rgb(179,235,221); }

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

border-color css

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

 span { border-color: rgb(179,235,221); }

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