#B7EFDC

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

Shades of Water Leaf #B7EFDC

Tints of Water Leaf #B7EFDC

Color information

#B7EFDC (or 0xB7EFDC) is unknown color: approx Water Leaf. HEX triplet: B7, EF and DC. RGB value is (183,239,220). Sum of RGB (Red+Green+Blue) = 183+239+220=642 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.50% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #B7EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EFDC is #481023. Grayscale: #DCDCDC. Windows color (decimal): -4722724 or 14479287. OLE color: 14479287.

HSL color Cylindrical-coordinate representation of color #B7EFDC: hue angle of 159.64º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EFDC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB183239220-
CMYK0.2300.080.06
HSL159.64º63.64%82.75%-
HSV(B)159.64º23.43%93.73%-
XYZ63.3176.9779.23-
YUV220.09127.95101.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.50%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=28.50%
G=37.23%
B=34.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832392200.2300.080.06159.6463.6482.75
HexB7EFDC17086a04053
Octal267357334270106240100123
Binary10110111111011111101110010111010001101010000010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EFDC; }

 p { color: rgb(183,239,220); }

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

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

 a { background-color: rgb(183,239,220); }

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

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

 span { border-color: rgb(183,239,220); }

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