Html Css Color HEX #ADEBDC Water Leaf

📋 copy color: '#ADEBDC'

red 173 ◦ green 235 ◦ blue 220

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

Shades of Water Leaf #ADEBDC

Tints of Water Leaf #ADEBDC

RGB

 RED value IS 173 (67.97% from 255) = 27.55%

 GREEN value IS 235 (92.19% from 255) = 37.42%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 27.55%
G = 37.42%
B = 35.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#ADEBDC (or 0xADEBDC) is known color: Water Leaf. HEX triplet: AD, EB and DC. RGB value is (173,235,220). Sum of RGB (Red+Green+Blue) = 173+235+220=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBDC is #521423. Grayscale: #D6D6D6. Windows color (decimal): -5379108 or 14478253. OLE color: 14478253.

HSL color Cylindrical-coordinate representation of color #ADEBDC: hue angle of 165.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBDC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 220 -
CMYK 0.26 0 0.06 0.08
HSL 165.48º 0.61% 0.8% -
HSV(B) 165.48º 0.26% 0.92% -
XYZ 59.86 73.47 78.74 -
YUV 214.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 173 235 220 0.26 0 0.06 0.08 165.48 0.61 0.8
Hex AD EB DC 1A 0 6 8 A5 3D 50
Octal 255 353 334 32 0 6 10 245 75 120
Binary 10101101 11101011 11011100 11010 0 110 1000 10100101 111101 1010000

Color Harmonies of #ADEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBDC

Black with #ADEBDC

Text Example


Text Example

White with #ADEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBDC; }

 p { color: rgb(173,235,220); }

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

background-color css

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

 a { background-color: rgb(173,235,220); }

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

border-color css

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

 span { border-color: rgb(173,235,220); }

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