#B3FDED

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

Shades of Water Leaf #B3FDED

Tints of Water Leaf #B3FDED

Color information

#B3FDED (or 0xB3FDED) is unknown color: approx Water Leaf. HEX triplet: B3, FD and ED. RGB value is (179,253,237). Sum of RGB (Red+Green+Blue) = 179+253+237=669 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.76% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FDED is #4C0212. Grayscale: #E5E5E5. Windows color (decimal): -4981267 or 15596979. OLE color: 15596979.

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

Color convert

RGB179253237-
CMYK0.2900.060.01
HSL167.03º94.87%84.71%-
HSV(B)167.03º29.25%99.22%-
XYZ6985.9593.07-
YUV229.05132.4892.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.76%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=26.76%
G=37.82%
B=35.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792532370.2900.060.01167.0394.8784.71
HexB3FDED1D061a75f55
Octal26337535535061247137125
Binary10110011111111011110110111101011011010011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FDED; }

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

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

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

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

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

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

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

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