#B8FDEE

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

Shades of Water Leaf #B8FDEE

Tints of Water Leaf #B8FDEE

Color information

#B8FDEE (or 0xB8FDEE) is unknown color: approx Water Leaf. HEX triplet: B8, FD and EE. RGB value is (184,253,238). Sum of RGB (Red+Green+Blue) = 184+253+238=675 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.26% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDEE is #470211. Grayscale: #E6E6E6. Windows color (decimal): -4653586 or 15662520. OLE color: 15662520.

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

Color convert

RGB184253238-
CMYK0.2700.060.01
HSL166.96º94.52%85.69%-
HSV(B)166.96º27.27%99.22%-
XYZ70.3386.6193.9-
YUV230.66132.1494.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.26%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=27.26%
G=37.48%
B=35.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842532380.2700.060.01166.9694.5285.69
HexB8FDEE1B061a75f56
Octal27037535633061247137126
Binary10111000111111011110111011011011011010011110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FDEE; }

 p { color: rgb(184,253,238); }

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

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

 a { background-color: rgb(184,253,238); }

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

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

 span { border-color: rgb(184,253,238); }

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