#B5FDED

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

Shades of Water Leaf #B5FDED

Tints of Water Leaf #B5FDED

Color information

#B5FDED (or 0xB5FDED) is unknown color: approx Water Leaf. HEX triplet: B5, FD and ED. RGB value is (181,253,237). Sum of RGB (Red+Green+Blue) = 181+253+237=671 (88% of max value = 765). Red value is 181 (71.09% from 255 or 26.97% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FDED is #4A0212. Grayscale: #E5E5E5. Windows color (decimal): -4850195 or 15596981. OLE color: 15596981.

HSL color Cylindrical-coordinate representation of color #B5FDED: hue angle of 166.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FDED is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB181253237-
CMYK0.2800.060.01
HSL166.67º94.74%85.1%-
HSV(B)166.67º28.46%99.22%-
XYZ69.4786.1993.1-
YUV229.65132.1593.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.97%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=26.97%
G=37.70%
B=35.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812532370.2800.060.01166.6794.7485.1
HexB5FDED1C061a75f55
Octal26537535534061247137125
Binary10110101111111011110110111100011011010011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FDED; }

 p { color: rgb(181,253,237); }

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

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

 a { background-color: rgb(181,253,237); }

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

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

 span { border-color: rgb(181,253,237); }

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