Html Css Color HEX #B8FDED Water Leaf

📋 copy color: '#B8FDED'

red 184 ◦ green 253 ◦ blue 237

#B8FDED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #B8FDED

Tints of Water Leaf #B8FDED

RGB

 RED value IS 184 (72.27% from 255) = 27.3%

 GREEN value IS 253 (99.22% from 255) = 37.54%

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 27.3%
G = 37.54%
B = 35.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#B8FDED (or 0xB8FDED) is known color: Water Leaf. HEX triplet: B8, FD and ED. RGB value is (184,253,237). Sum of RGB (Red+Green+Blue) = 184+253+237=674 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.30% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDED is #470212. Grayscale: #E6E6E6. Windows color (decimal): -4653587 or 15596984. OLE color: 15596984.

HSL color Cylindrical-coordinate representation of color #B8FDED: hue angle of 166.09º 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 #B8FDED is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 253 237 -
CMYK 0.27 0 0.06 0.01
HSL 166.09º 0.95% 0.86% -
HSV(B) 166.09º 0.27% 0.99% -
XYZ 70.18 86.56 93.13 -
YUV 230.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 184 253 237 0.27 0 0.06 0.01 166.09 0.95 0.86
Hex B8 FD ED 1B 0 6 1 A6 5F 56
Octal 270 375 355 33 0 6 1 246 137 126
Binary 10111000 11111101 11101101 11011 0 110 1 10100110 1011111 1010110

Color Harmonies of #B8FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FDED

Black with #B8FDED

Text Example


Text Example

White with #B8FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FDED; }

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

 H1.HeaderClassName
 {
   color: #B8FDED;
 }
 .AnyTagClassName
 {
   color: #B8FDED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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