#B7FEEF

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

Shades of Water Leaf #B7FEEF

Tints of Water Leaf #B7FEEF

Color information

#B7FEEF (or 0xB7FEEF) is unknown color: approx Water Leaf. HEX triplet: B7, FE and EF. RGB value is (183,254,239). Sum of RGB (Red+Green+Blue) = 183+254+239=676 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.07% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEEF is #480110. Grayscale: #E7E7E7. Windows color (decimal): -4718865 or 15728311. OLE color: 15728311.

HSL color Cylindrical-coordinate representation of color #B7FEEF: hue angle of 167.32º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FEEF is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB183254239-
CMYK0.2800.060.00
HSL167.32º97.26%85.69%-
HSV(B)167.32º27.95%99.61%-
XYZ70.5587.1894.77-
YUV231.06132.4893.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.07%
GREEN value IS 254 (99.61% from 255) = 37.57%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=27.07%
G=37.57%
B=35.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832542390.2800.060.00167.3297.2685.69
HexB7FEEF1C060a76156
Octal26737635734060247141126
Binary10110111111111101110111111100011001010011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FEEF; }

 p { color: rgb(183,254,239); }

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

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

 a { background-color: rgb(183,254,239); }

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

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

 span { border-color: rgb(183,254,239); }

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