#B3FFEE

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

Shades of Water Leaf #B3FFEE

Tints of Water Leaf #B3FFEE

Color information

#B3FFEE (or 0xB3FFEE) is unknown color: approx Water Leaf. HEX triplet: B3, FF and EE. RGB value is (179,255,238). Sum of RGB (Red+Green+Blue) = 179+255+238=672 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.64% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFEE is #4C0011. Grayscale: #E6E6E6. Windows color (decimal): -4980754 or 15663027. OLE color: 15663027.

HSL color Cylindrical-coordinate representation of color #B3FFEE: hue angle of 166.58º 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 #B3FFEE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB179255238-
CMYK0.3000.070
HSL166.58º100%85.1%-
HSV(B)166.58º29.8%100%-
XYZ69.7887.2894.06-
YUV230.34132.3291.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.64%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=26.64%
G=37.95%
B=35.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552380.3000.070166.5810085.1
HexB3FFEE1E070a76455
Octal26337735636070247144125
Binary10110011111111111110111011110011101010011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFEE; }

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

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

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

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

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

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

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

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