#B8FEEF

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

Shades of Water Leaf #B8FEEF

Tints of Water Leaf #B8FEEF

Color information

#B8FEEF (or 0xB8FEEF) is unknown color: approx Water Leaf. HEX triplet: B8, FE and EF. RGB value is (184,254,239). Sum of RGB (Red+Green+Blue) = 184+254+239=677 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.18% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FEEF is #470110. Grayscale: #E7E7E7. Windows color (decimal): -4653329 or 15728312. OLE color: 15728312.

HSL color Cylindrical-coordinate representation of color #B8FEEF: hue angle of 167.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FEEF is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB184254239-
CMYK0.2800.060.00
HSL167.14º97.22%85.88%-
HSV(B)167.14º27.56%99.61%-
XYZ70.7987.3194.78-
YUV231.36132.3194.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.18%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=27.18%
G=37.52%
B=35.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842542390.2800.060.00167.1497.2285.88
HexB8FEEF1C060a76156
Octal27037635734060247141126
Binary10111000111111101110111111100011001010011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FEEF; }

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

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

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

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

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

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

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

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