Html Css Color HEX #ADEAE1 Water Leaf

📋 copy color: '#ADEAE1'

red 173 ◦ green 234 ◦ blue 225

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

Shades of Water Leaf #ADEAE1

Tints of Water Leaf #ADEAE1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.03%

 BLUE value IS 225 (88.28% from 255) = 35.6%

R = 27.37%
G = 37.03%
B = 35.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#ADEAE1 (or 0xADEAE1) is known color: Water Leaf. HEX triplet: AD, EA and E1. RGB value is (173,234,225). Sum of RGB (Red+Green+Blue) = 173+234+225=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAE1 is #52151E. Grayscale: #D6D6D6. Windows color (decimal): -5379359 or 14805677. OLE color: 14805677.

HSL color Cylindrical-coordinate representation of color #ADEAE1: hue angle of 171.15º degrees, saturation: 0.59, 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 #ADEAE1 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 225 -
CMYK 0.26 0 0.04 0.08
HSL 171.15º 0.59% 0.8% -
HSV(B) 171.15º 0.26% 0.92% -
XYZ 60.25 73.17 82.18 -
YUV 214.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 173 234 225 0.26 0 0.04 0.08 171.15 0.59 0.8
Hex AD EA E1 1A 0 4 8 AB 3B 50
Octal 255 352 341 32 0 4 10 253 73 120
Binary 10101101 11101010 11100001 11010 0 100 1000 10101011 111011 1010000

Color Harmonies of #ADEAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEAE1

Black with #ADEAE1

Text Example


Text Example

White with #ADEAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEAE1; }

 p { color: rgb(173,234,225); }

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

background-color css

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

 a { background-color: rgb(173,234,225); }

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

border-color css

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

 span { border-color: rgb(173,234,225); }

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