Html Css Color HEX #B5FDED Water Leaf

📋 copy color: '#B5FDED'

red 181 ◦ green 253 ◦ blue 237

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

Shades of Water Leaf #B5FDED

Tints of Water Leaf #B5FDED

RGB

 RED value IS 181 (71.09% from 255) = 26.97%

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

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 26.97%
G = 37.7%
B = 35.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#B5FDED (or 0xB5FDED) is known color: Water Leaf. HEX triplet: B5, FD and ED. RGB value is (181,253,237). Sum of RGB (Red+Green+Blue) = 181+253+237=671 (88% of max value = 765). Red value is 181 (71.09% from 255 or 26.97% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FDED is #4A0212. Grayscale: #E5E5E5. Windows color (decimal): -4850195 or 15596981. OLE color: 15596981.

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

Color convert

RGB 181 253 237 -
CMYK 0.28 0 0.06 0.01
HSL 166.67º 0.95% 0.85% -
HSV(B) 166.67º 0.28% 0.99% -
XYZ 69.47 86.19 93.1 -
YUV 229.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 181 253 237 0.28 0 0.06 0.01 166.67 0.95 0.85
Hex B5 FD ED 1C 0 6 1 A7 5F 55
Octal 265 375 355 34 0 6 1 247 137 125
Binary 10110101 11111101 11101101 11100 0 110 1 10100111 1011111 1010101

Color Harmonies of #B5FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FDED

Black with #B5FDED

Text Example


Text Example

White with #B5FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FDED; }

 p { color: rgb(181,253,237); }

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

background-color css

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

 a { background-color: rgb(181,253,237); }

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

border-color css

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

 span { border-color: rgb(181,253,237); }

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