Html Css Color HEX #B5EDDF Water Leaf

📋 copy color: '#B5EDDF'

red 181 ◦ green 237 ◦ blue 223

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

Shades of Water Leaf #B5EDDF

Tints of Water Leaf #B5EDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.97%

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

R = 28.24%
G = 36.97%
B = 34.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B5EDDF (or 0xB5EDDF) is known color: Water Leaf. HEX triplet: B5, ED and DF. RGB value is (181,237,223). Sum of RGB (Red+Green+Blue) = 181+237+223=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDDF is #4A1220. Grayscale: #DADADA. Windows color (decimal): -4854305 or 14675381. OLE color: 14675381.

HSL color Cylindrical-coordinate representation of color #B5EDDF: hue angle of 165º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDDF is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 237 223 -
CMYK 0.24 0 0.06 0.07
HSL 165º 0.61% 0.82% -
HSV(B) 165º 0.24% 0.93% -
XYZ 62.66 75.72 81.12 -
YUV 218.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 181 237 223 0.24 0 0.06 0.07 165 0.61 0.82
Hex B5 ED DF 18 0 6 7 A5 3D 52
Octal 265 355 337 30 0 6 7 245 75 122
Binary 10110101 11101101 11011111 11000 0 110 111 10100101 111101 1010010

Color Harmonies of #B5EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDDF

Black with #B5EDDF

Text Example


Text Example

White with #B5EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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