#B5FAEA

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

Shades of Water Leaf #B5FAEA

Tints of Water Leaf #B5FAEA

Color information

#B5FAEA (or 0xB5FAEA) is unknown color: approx Water Leaf. HEX triplet: B5, FA and EA. RGB value is (181,250,234). Sum of RGB (Red+Green+Blue) = 181+250+234=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FAEA is #4A0515. Grayscale: #E3E3E3. Windows color (decimal): -4850966 or 15399605. OLE color: 15399605.

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

Color convert

RGB181250234-
CMYK0.2800.060.02
HSL166.09º87.34%84.51%-
HSV(B)166.09º27.6%98.04%-
XYZ68.0984.1490.49-
YUV227.54131.6494.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.22%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=27.22%
G=37.59%
B=35.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812502340.2800.060.02166.0987.3484.51
HexB5FAEA1C062a65755
Octal26537235234062246127125
Binary101101011111101011101010111000110101010011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAEA; }

 p { color: rgb(181,250,234); }

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

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

 a { background-color: rgb(181,250,234); }

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

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

 span { border-color: rgb(181,250,234); }

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