#B3EEDD

Color #B3EEDD Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B3EEDD

Tints of Water Leaf #B3EEDD

Color information

#B3EEDD (or 0xB3EEDD) is unknown color: approx Water Leaf. HEX triplet: B3, EE and DD. RGB value is (179,238,221). Sum of RGB (Red+Green+Blue) = 179+238+221=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EEDD is #4C1122. Grayscale: #DADADA. Windows color (decimal): -4985123 or 14544563. OLE color: 14544563.

HSL color Cylindrical-coordinate representation of color #B3EEDD: hue angle of 162.71º 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 #B3EEDD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB179238221-
CMYK0.2500.070.07
HSL162.71º63.44%81.76%-
HSV(B)162.71º24.79%93.33%-
XYZ62.2275.9579.79-
YUV218.42129.4599.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.06%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=28.06%
G=37.30%
B=34.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792382210.2500.070.07162.7163.4481.76
HexB3EEDD19077a33f52
Octal2633563353107724377122
Binary101100111110111011011101110010111111101000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EEDD; }

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

 H1.HeaderClassName
 {
   color: #B3EEDD;
 }
 .AnyTagClassName
 {
   color: #B3EEDD;
 }
</style>
background-color css

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

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

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

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

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

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