#B9FBEE

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

Shades of Water Leaf #B9FBEE

Tints of Water Leaf #B9FBEE

Color information

#B9FBEE (or 0xB9FBEE) is unknown color: approx Water Leaf. HEX triplet: B9, FB and EE. RGB value is (185,251,238). Sum of RGB (Red+Green+Blue) = 185+251+238=674 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.45% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBEE is #460411. Grayscale: #E5E5E5. Windows color (decimal): -4588562 or 15662009. OLE color: 15662009.

HSL color Cylindrical-coordinate representation of color #B9FBEE: hue angle of 168.18º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBEE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB185251238-
CMYK0.2600.050.02
HSL168.18º89.19%85.49%-
HSV(B)168.18º26.29%98.43%-
XYZ69.9485.4893.7-
YUV229.78132.6396.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.45%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=27.45%
G=37.24%
B=35.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852512380.2600.050.02168.1889.1985.49
HexB9FBEE1A052a85955
Octal27137335632052250131125
Binary101110011111101111101110110100101101010100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBEE; }

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

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

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

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

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

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

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

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