#B3F8E6

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

Shades of Water Leaf #B3F8E6

Tints of Water Leaf #B3F8E6

Color information

#B3F8E6 (or 0xB3F8E6) is unknown color: approx Water Leaf. HEX triplet: B3, F8 and E6. RGB value is (179,248,230). Sum of RGB (Red+Green+Blue) = 179+248+230=657 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.25% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #B3F8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F8E6 is #4C0719. Grayscale: #E1E1E1. Windows color (decimal): -4982554 or 15136947. OLE color: 15136947.

HSL color Cylindrical-coordinate representation of color #B3F8E6: hue angle of 164.35º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F8E6 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB179248230-
CMYK0.2800.070.03
HSL164.35º83.13%83.73%-
HSV(B)164.35º27.82%97.25%-
XYZ66.4482.4387.27-
YUV225.32130.6494.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.25%
GREEN value IS 248 (97.27% from 255) = 37.75%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=27.25%
G=37.75%
B=35.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792482300.2800.070.03164.3583.1383.73
HexB3F8E61C073a45354
Octal26337034634073244123124
Binary101100111111100011100110111000111111010010010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F8E6; }

 p { color: rgb(179,248,230); }

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

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

 a { background-color: rgb(179,248,230); }

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

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

 span { border-color: rgb(179,248,230); }

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