Html Css Color HEX #ADEEDC Water Leaf

📋 copy color: '#ADEEDC'

red 173 ◦ green 238 ◦ blue 220

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

Shades of Water Leaf #ADEEDC

Tints of Water Leaf #ADEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.72%

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

R = 27.42%
G = 37.72%
B = 34.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ADEEDC (or 0xADEEDC) is known color: Water Leaf. HEX triplet: AD, EE and DC. RGB value is (173,238,220). Sum of RGB (Red+Green+Blue) = 173+238+220=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEDC is #521123. Grayscale: #D8D8D8. Windows color (decimal): -5378340 or 14479021. OLE color: 14479021.

HSL color Cylindrical-coordinate representation of color #ADEEDC: hue angle of 163.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEEDC is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 238 220 -
CMYK 0.27 0 0.08 0.07
HSL 163.38º 0.66% 0.81% -
HSV(B) 163.38º 0.27% 0.93% -
XYZ 60.73 75.2 79.02 -
YUV 216.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 173 238 220 0.27 0 0.08 0.07 163.38 0.66 0.81
Hex AD EE DC 1B 0 8 7 A3 42 51
Octal 255 356 334 33 0 10 7 243 102 121
Binary 10101101 11101110 11011100 11011 0 1000 111 10100011 1000010 1010001

Color Harmonies of #ADEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEEDC

Black with #ADEEDC

Text Example


Text Example

White with #ADEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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