#B6EDDF

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

Shades of Water Leaf #B6EDDF

Tints of Water Leaf #B6EDDF

Color information

#B6EDDF (or 0xB6EDDF) is unknown color: approx Water Leaf. HEX triplet: B6, ED and DF. RGB value is (182,237,223). Sum of RGB (Red+Green+Blue) = 182+237+223=642 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.35% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDDF is #491220. Grayscale: #DADADA. Windows color (decimal): -4788769 or 14675382. OLE color: 14675382.

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

Color convert

RGB182237223-
CMYK0.2300.060.07
HSL164.73º60.44%82.16%-
HSV(B)164.73º23.21%92.94%-
XYZ62.8975.8481.14-
YUV218.96130.28101.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.35%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=28.35%
G=36.92%
B=34.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822372230.2300.060.07164.7360.4482.16
HexB6EDDF17067a53c52
Octal2663553372706724574122
Binary101101101110110111011111101110110111101001011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EDDF; }

 p { color: rgb(182,237,223); }

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

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

 a { background-color: rgb(182,237,223); }

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

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

 span { border-color: rgb(182,237,223); }

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