Html Css Color HEX #B3ECDF Water Leaf

📋 copy color: '#B3ECDF'

red 179 ◦ green 236 ◦ blue 223

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

Shades of Water Leaf #B3ECDF

Tints of Water Leaf #B3ECDF

RGB

 RED value IS 179 (70.31% from 255) = 28.06%

 GREEN value IS 236 (92.58% from 255) = 36.99%

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

R = 28.06%
G = 36.99%
B = 34.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B3ECDF (or 0xB3ECDF) is known color: Water Leaf. HEX triplet: B3, EC and DF. RGB value is (179,236,223). Sum of RGB (Red+Green+Blue) = 179+236+223=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECDF is #4C1320. Grayscale: #D9D9D9. Windows color (decimal): -4985633 or 14675123. OLE color: 14675123.

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

Color convert

RGB 179 236 223 -
CMYK 0.24 0 0.06 0.07
HSL 166.32º 0.6% 0.81% -
HSV(B) 166.32º 0.24% 0.93% -
XYZ 61.91 74.9 81.01 -
YUV 217.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 179 236 223 0.24 0 0.06 0.07 166.32 0.6 0.81
Hex B3 EC DF 18 0 6 7 A6 3C 51
Octal 263 354 337 30 0 6 7 246 74 121
Binary 10110011 11101100 11011111 11000 0 110 111 10100110 111100 1010001

Color Harmonies of #B3ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ECDF

Black with #B3ECDF

Text Example


Text Example

White with #B3ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ECDF; }

 p { color: rgb(179,236,223); }

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

background-color css

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

 a { background-color: rgb(179,236,223); }

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

border-color css

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

 span { border-color: rgb(179,236,223); }

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