#B3F9EA

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

Shades of Water Leaf #B3F9EA

Tints of Water Leaf #B3F9EA

Color information

#B3F9EA (or 0xB3F9EA) is unknown color: approx Water Leaf. HEX triplet: B3, F9 and EA. RGB value is (179,249,234). Sum of RGB (Red+Green+Blue) = 179+249+234=662 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.04% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F9EA is #4C0615. Grayscale: #E2E2E2. Windows color (decimal): -4982294 or 15399347. OLE color: 15399347.

HSL color Cylindrical-coordinate representation of color #B3F9EA: hue angle of 167.14º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F9EA is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB179249234-
CMYK0.2800.060.02
HSL167.14º85.37%83.92%-
HSV(B)167.14º28.11%97.65%-
XYZ67.3283.2890.37-
YUV226.36132.3194.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.04%
GREEN value IS 249 (97.66% from 255) = 37.61%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=27.04%
G=37.61%
B=35.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792492340.2800.060.02167.1485.3783.92
HexB3F9EA1C062a75554
Octal26337135234062247125124
Binary101100111111100111101010111000110101010011110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9EA; }

 p { color: rgb(179,249,234); }

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

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

 a { background-color: rgb(179,249,234); }

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

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

 span { border-color: rgb(179,249,234); }

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