Html Css Color HEX #B3FDDF Water Leaf

📋 copy color: '#B3FDDF'

red 179 ◦ green 253 ◦ blue 223

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

Shades of Water Leaf #B3FDDF

Tints of Water Leaf #B3FDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.63%

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

R = 27.33%
G = 38.63%
B = 34.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#B3FDDF (or 0xB3FDDF) is known color: Water Leaf. HEX triplet: B3, FD and DF. RGB value is (179,253,223). Sum of RGB (Red+Green+Blue) = 179+253+223=655 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.33% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDDF is #4C0220. Grayscale: #E3E3E3. Windows color (decimal): -4981281 or 14679475. OLE color: 14679475.

HSL color Cylindrical-coordinate representation of color #B3FDDF: hue angle of 155.68º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDDF is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 253 223 -
CMYK 0.29 0 0.12 0.01
HSL 155.68º 0.95% 0.85% -
HSV(B) 155.68º 0.29% 0.99% -
XYZ 67.03 85.16 82.72 -
YUV 227.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 179 253 223 0.29 0 0.12 0.01 155.68 0.95 0.85
Hex B3 FD DF 1D 0 C 1 9C 5F 55
Octal 263 375 337 35 0 14 1 234 137 125
Binary 10110011 11111101 11011111 11101 0 1100 1 10011100 1011111 1010101

Color Harmonies of #B3FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FDDF

Black with #B3FDDF

Text Example


Text Example

White with #B3FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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