#B3FCDF

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

Shades of Water Leaf #B3FCDF

Tints of Water Leaf #B3FCDF

Color information

#B3FCDF (or 0xB3FCDF) is unknown color: approx Water Leaf. HEX triplet: B3, FC and DF. RGB value is (179,252,223). Sum of RGB (Red+Green+Blue) = 179+252+223=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCDF is #4C0320. Grayscale: #E2E2E2. Windows color (decimal): -4981537 or 14679219. OLE color: 14679219.

HSL color Cylindrical-coordinate representation of color #B3FCDF: hue angle of 156.16º degrees, saturation: 0.92, 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 #B3FCDF is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB179252223-
CMYK0.2900.120.01
HSL156.16º92.41%84.51%-
HSV(B)156.16º28.97%98.82%-
XYZ66.7284.5382.61-
YUV226.87125.8293.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.37%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 223 (87.5% from 255) = 34.10%
R=27.37%
G=38.53%
B=34.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792522230.2900.120.01156.1692.4184.51
HexB3FCDF1D0C19c5c55
Octal263374337350141234134125
Binary101100111111110011011111111010110011001110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCDF; }

 p { color: rgb(179,252,223); }

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

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

 a { background-color: rgb(179,252,223); }

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

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

 span { border-color: rgb(179,252,223); }

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