Html Css Color HEX #B8EFDB Water Leaf

📋 copy color: '#B8EFDB'

red 184 ◦ green 239 ◦ blue 219

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

Shades of Water Leaf #B8EFDB

Tints of Water Leaf #B8EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.23%

 BLUE value IS 219 (85.94% from 255) = 34.11%

R = 28.66%
G = 37.23%
B = 34.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B8EFDB (or 0xB8EFDB) is known color: Water Leaf. HEX triplet: B8, EF and DB. RGB value is (184,239,219). Sum of RGB (Red+Green+Blue) = 184+239+219=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFDB is #471024. Grayscale: #DCDCDC. Windows color (decimal): -4657189 or 14413752. OLE color: 14413752.

HSL color Cylindrical-coordinate representation of color #B8EFDB: hue angle of 158.18º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EFDB is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 239 219 -
CMYK 0.23 0 0.08 0.06
HSL 158.18º 0.63% 0.83% -
HSV(B) 158.18º 0.23% 0.94% -
XYZ 63.42 77.04 78.55 -
YUV 220.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 184 239 219 0.23 0 0.08 0.06 158.18 0.63 0.83
Hex B8 EF DB 17 0 8 6 9E 3F 53
Octal 270 357 333 27 0 10 6 236 77 123
Binary 10111000 11101111 11011011 10111 0 1000 110 10011110 111111 1010011

Color Harmonies of #B8EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EFDB

Black with #B8EFDB

Text Example


Text Example

White with #B8EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EFDB; }

 p { color: rgb(184,239,219); }

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

background-color css

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

 a { background-color: rgb(184,239,219); }

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

border-color css

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

 span { border-color: rgb(184,239,219); }

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