#B3FFED

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

Shades of Water Leaf #B3FFED

Tints of Water Leaf #B3FFED

Color information

#B3FFED (or 0xB3FFED) is unknown color: approx Water Leaf. HEX triplet: B3, FF and ED. RGB value is (179,255,237). Sum of RGB (Red+Green+Blue) = 179+255+237=671 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.68% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFED is #4C0012. Grayscale: #E6E6E6. Windows color (decimal): -4980755 or 15597491. OLE color: 15597491.

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

Color convert

RGB179255237-
CMYK0.3000.070
HSL165.79º100%85.1%-
HSV(B)165.79º29.8%100%-
XYZ69.6487.2293.29-
YUV230.22131.8291.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.68%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=26.68%
G=38.00%
B=35.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552370.3000.070165.7910085.1
HexB3FFED1E070a66455
Octal26337735536070246144125
Binary10110011111111111110110111110011101010011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFED; }

 p { color: rgb(179,255,237); }

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

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

 a { background-color: rgb(179,255,237); }

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

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

 span { border-color: rgb(179,255,237); }

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