#B8EFDF

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

Shades of Water Leaf #B8EFDF

Tints of Water Leaf #B8EFDF

Color information

#B8EFDF (or 0xB8EFDF) is unknown color: approx Water Leaf. HEX triplet: B8, EF and DF. RGB value is (184,239,223). Sum of RGB (Red+Green+Blue) = 184+239+223=646 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.48% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFDF is #471020. Grayscale: #DCDCDC. Windows color (decimal): -4657185 or 14675896. OLE color: 14675896.

HSL color Cylindrical-coordinate representation of color #B8EFDF: hue angle of 162.55º degrees, saturation: 0.63, 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 #B8EFDF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB184239223-
CMYK0.2300.070.06
HSL162.55º63.22%82.94%-
HSV(B)162.55º23.01%93.73%-
XYZ63.9577.2581.35-
YUV220.73129.28101.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.48%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=28.48%
G=37.00%
B=34.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842392230.2300.070.06162.5563.2282.94
HexB8EFDF17076a33f53
Octal2703573372707624377123
Binary101110001110111111011111101110111110101000111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFDF; }

 p { color: rgb(184,239,223); }

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

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

 a { background-color: rgb(184,239,223); }

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

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

 span { border-color: rgb(184,239,223); }

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