#B3FEED

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

Shades of Water Leaf #B3FEED

Tints of Water Leaf #B3FEED

Color information

#B3FEED (or 0xB3FEED) is unknown color: approx Water Leaf. HEX triplet: B3, FE and ED. RGB value is (179,254,237). Sum of RGB (Red+Green+Blue) = 179+254+237=670 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.72% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEED is #4C0112. Grayscale: #E5E5E5. Windows color (decimal): -4981011 or 15597235. OLE color: 15597235.

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

Color convert

RGB179254237-
CMYK0.3000.070.00
HSL166.4º97.4%84.9%-
HSV(B)166.4º29.53%99.61%-
XYZ69.3286.5893.18-
YUV229.64132.1591.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.72%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=26.72%
G=37.91%
B=35.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792542370.3000.070.00166.497.484.9
HexB3FEED1E070a66155
Octal26337635536070246141125
Binary10110011111111101110110111110011101010011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FEED; }

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

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

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

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

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

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

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

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