Html Css Color HEX #B3FFEE Water Leaf

📋 copy color: '#B3FFEE'

red 179 ◦ green 255 ◦ blue 238

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

Shades of Water Leaf #B3FFEE

Tints of Water Leaf #B3FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 37.95%

 BLUE value IS 238 (93.36% from 255) = 35.42%

R = 26.64%
G = 37.95%
B = 35.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#B3FFEE (or 0xB3FFEE) is known color: Water Leaf. HEX triplet: B3, FF and EE. RGB value is (179,255,238). Sum of RGB (Red+Green+Blue) = 179+255+238=672 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.64% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFEE is #4C0011. Grayscale: #E6E6E6. Windows color (decimal): -4980754 or 15663027. OLE color: 15663027.

HSL color Cylindrical-coordinate representation of color #B3FFEE: hue angle of 166.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFEE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 179 255 238 -
CMYK 0.30 0 0.07 0
HSL 166.58º 1% 0.85% -
HSV(B) 166.58º 0.3% 1% -
XYZ 69.78 87.28 94.06 -
YUV 230.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 179 255 238 0.30 0 0.07 0 166.58 1 0.85
Hex B3 FF EE 1E 0 7 0 A7 64 55
Octal 263 377 356 36 0 7 0 247 144 125
Binary 10110011 11111111 11101110 11110 0 111 0 10100111 1100100 1010101

Color Harmonies of #B3FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FFEE

Black with #B3FFEE

Text Example


Text Example

White with #B3FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FFEE; }

 p { color: rgb(179,255,238); }

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

background-color css

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

 a { background-color: rgb(179,255,238); }

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

border-color css

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

 span { border-color: rgb(179,255,238); }

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