#B5FFEE

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

Shades of Water Leaf #B5FFEE

Tints of Water Leaf #B5FFEE

Color information

#B5FFEE (or 0xB5FFEE) is unknown color: approx Water Leaf. HEX triplet: B5, FF and EE. RGB value is (181,255,238). Sum of RGB (Red+Green+Blue) = 181+255+238=674 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.85% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFEE is #4A0011. Grayscale: #E6E6E6. Windows color (decimal): -4849682 or 15663029. OLE color: 15663029.

HSL color Cylindrical-coordinate representation of color #B5FFEE: hue angle of 166.22º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFEE is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB181255238-
CMYK0.2900.070
HSL166.22º100%85.49%-
HSV(B)166.22º29.02%100%-
XYZ70.2587.5294.08-
YUV230.94131.9892.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.85%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=26.85%
G=37.83%
B=35.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812552380.2900.070166.2210085.49
HexB5FFEE1D070a66455
Octal26537735635070246144125
Binary10110101111111111110111011101011101010011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FFEE; }

 p { color: rgb(181,255,238); }

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

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

 a { background-color: rgb(181,255,238); }

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

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

 span { border-color: rgb(181,255,238); }

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