#B9FEEE

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

Shades of Water Leaf #B9FEEE

Tints of Water Leaf #B9FEEE

Color information

#B9FEEE (or 0xB9FEEE) is unknown color: approx Water Leaf. HEX triplet: B9, FE and EE. RGB value is (185,254,238). Sum of RGB (Red+Green+Blue) = 185+254+238=677 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.33% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEEE is #460111. Grayscale: #E7E7E7. Windows color (decimal): -4587794 or 15662777. OLE color: 15662777.

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

Color convert

RGB185254238-
CMYK0.2700.060.00
HSL166.09º97.18%86.08%-
HSV(B)166.09º27.17%99.61%-
XYZ70.8887.3794.02-
YUV231.54131.6494.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.33%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=27.33%
G=37.52%
B=35.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852542380.2700.060.00166.0997.1886.08
HexB9FEEE1B060a66156
Octal27137635633060246141126
Binary10111001111111101110111011011011001010011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEEE; }

 p { color: rgb(185,254,238); }

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

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

 a { background-color: rgb(185,254,238); }

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

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

 span { border-color: rgb(185,254,238); }

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