Html Css Color HEX #B3F1DF Water Leaf

📋 copy color: '#B3F1DF'

red 179 ◦ green 241 ◦ blue 223

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

Shades of Water Leaf #B3F1DF

Tints of Water Leaf #B3F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.48%

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

R = 27.84%
G = 37.48%
B = 34.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#B3F1DF (or 0xB3F1DF) is known color: Water Leaf. HEX triplet: B3, F1 and DF. RGB value is (179,241,223). Sum of RGB (Red+Green+Blue) = 179+241+223=643 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.84% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1DF is #4C0E20. Grayscale: #DCDCDC. Windows color (decimal): -4984353 or 14676403. OLE color: 14676403.

HSL color Cylindrical-coordinate representation of color #B3F1DF: hue angle of 162.58º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1DF is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 241 223 -
CMYK 0.26 0 0.07 0.05
HSL 162.58º 0.69% 0.82% -
HSV(B) 162.58º 0.26% 0.95% -
XYZ 63.36 77.82 81.49 -
YUV 220.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 179 241 223 0.26 0 0.07 0.05 162.58 0.69 0.82
Hex B3 F1 DF 1A 0 7 5 A3 45 52
Octal 263 361 337 32 0 7 5 243 105 122
Binary 10110011 11110001 11011111 11010 0 111 101 10100011 1000101 1010010

Color Harmonies of #B3F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F1DF

Black with #B3F1DF

Text Example


Text Example

White with #B3F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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