#B8F8EB

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

Shades of Water Leaf #B8F8EB

Tints of Water Leaf #B8F8EB

Color information

#B8F8EB (or 0xB8F8EB) is unknown color: approx Water Leaf. HEX triplet: B8, F8 and EB. RGB value is (184,248,235). Sum of RGB (Red+Green+Blue) = 184+248+235=667 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.59% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F8EB is #470714. Grayscale: #E3E3E3. Windows color (decimal): -4654869 or 15464632. OLE color: 15464632.

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

Color convert

RGB184248235-
CMYK0.2600.050.03
HSL167.81º82.05%84.71%-
HSV(B)167.81º25.81%97.25%-
XYZ68.3383.3291.08-
YUV227.38132.397.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.59%
GREEN value IS 248 (97.27% from 255) = 37.18%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=27.59%
G=37.18%
B=35.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842482350.2600.050.03167.8182.0584.71
HexB8F8EB1A053a85255
Octal27037035332053250122125
Binary101110001111100011101011110100101111010100010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F8EB; }

 p { color: rgb(184,248,235); }

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

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

 a { background-color: rgb(184,248,235); }

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

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

 span { border-color: rgb(184,248,235); }

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