Html Css Color HEX #B6EFDF Water Leaf

📋 copy color: '#B6EFDF'

red 182 ◦ green 239 ◦ blue 223

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

Shades of Water Leaf #B6EFDF

Tints of Water Leaf #B6EFDF

RGB

 RED value IS 182 (71.48% from 255) = 28.26%

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

 BLUE value IS 223 (87.5% from 255) = 34.63%

R = 28.26%
G = 37.11%
B = 34.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#B6EFDF (or 0xB6EFDF) is known color: Water Leaf. HEX triplet: B6, EF and DF. RGB value is (182,239,223). Sum of RGB (Red+Green+Blue) = 182+239+223=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EFDF is #491020. Grayscale: #DCDCDC. Windows color (decimal): -4788257 or 14675894. OLE color: 14675894.

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

Color convert

RGB 182 239 223 -
CMYK 0.24 0 0.07 0.06
HSL 163.16º 0.64% 0.83% -
HSV(B) 163.16º 0.24% 0.94% -
XYZ 63.48 77.01 81.33 -
YUV 220.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 182 239 223 0.24 0 0.07 0.06 163.16 0.64 0.83
Hex B6 EF DF 18 0 7 6 A3 40 53
Octal 266 357 337 30 0 7 6 243 100 123
Binary 10110110 11101111 11011111 11000 0 111 110 10100011 1000000 1010011

Color Harmonies of #B6EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EFDF

Black with #B6EFDF

Text Example


Text Example

White with #B6EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EFDF; }

 p { color: rgb(182,239,223); }

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

background-color css

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

 a { background-color: rgb(182,239,223); }

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

border-color css

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

 span { border-color: rgb(182,239,223); }

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