#B8FBEE

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

Shades of Water Leaf #B8FBEE

Tints of Water Leaf #B8FBEE

Color information

#B8FBEE (or 0xB8FBEE) is unknown color: approx Water Leaf. HEX triplet: B8, FB and EE. RGB value is (184,251,238). Sum of RGB (Red+Green+Blue) = 184+251+238=673 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.34% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBEE is #470411. Grayscale: #E5E5E5. Windows color (decimal): -4654098 or 15662008. OLE color: 15662008.

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

Color convert

RGB184251238-
CMYK0.2700.050.02
HSL168.36º89.33%85.29%-
HSV(B)168.36º26.69%98.43%-
XYZ69.785.3693.69-
YUV229.48132.895.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.34%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=27.34%
G=37.30%
B=35.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842512380.2700.050.02168.3689.3385.29
HexB8FBEE1B052a85955
Octal27037335633052250131125
Binary101110001111101111101110110110101101010100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FBEE; }

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

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

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

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

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

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

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

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