Html Css Color HEX #B0FDEA Water Leaf

📋 copy color: '#B0FDEA'

red 176 ◦ green 253 ◦ blue 234

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

Shades of Water Leaf #B0FDEA

Tints of Water Leaf #B0FDEA

RGB

 RED value IS 176 (69.14% from 255) = 26.55%

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

 BLUE value IS 234 (91.8% from 255) = 35.29%

R = 26.55%
G = 38.16%
B = 35.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#B0FDEA (or 0xB0FDEA) is known color: Water Leaf. HEX triplet: B0, FD and EA. RGB value is (176,253,234). Sum of RGB (Red+Green+Blue) = 176+253+234=663 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.55% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FDEA is #4F0215. Grayscale: #E3E3E3. Windows color (decimal): -5177878 or 15400368. OLE color: 15400368.

HSL color Cylindrical-coordinate representation of color #B0FDEA: hue angle of 165.19º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FDEA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 253 234 -
CMYK 0.30 0 0.08 0.01
HSL 165.19º 0.95% 0.84% -
HSV(B) 165.19º 0.3% 0.99% -
XYZ 67.88 85.42 90.75 -
YUV 227.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 176 253 234 0.30 0 0.08 0.01 165.19 0.95 0.84
Hex B0 FD EA 1E 0 8 1 A5 5F 54
Octal 260 375 352 36 0 10 1 245 137 124
Binary 10110000 11111101 11101010 11110 0 1000 1 10100101 1011111 1010100

Color Harmonies of #B0FDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FDEA

Black with #B0FDEA

Text Example


Text Example

White with #B0FDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FDEA; }

 p { color: rgb(176,253,234); }

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

background-color css

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

 a { background-color: rgb(176,253,234); }

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

border-color css

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

 span { border-color: rgb(176,253,234); }

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