Html Css Color HEX #ADEEDE Water Leaf

📋 copy color: '#ADEEDE'

red 173 ◦ green 238 ◦ blue 222

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

Shades of Water Leaf #ADEEDE

Tints of Water Leaf #ADEEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 27.33%
G = 37.6%
B = 35.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ADEEDE (or 0xADEEDE) is known color: Water Leaf. HEX triplet: AD, EE and DE. RGB value is (173,238,222). Sum of RGB (Red+Green+Blue) = 173+238+222=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEDE is #521121. Grayscale: #D8D8D8. Windows color (decimal): -5378338 or 14610093. OLE color: 14610093.

HSL color Cylindrical-coordinate representation of color #ADEEDE: hue angle of 165.23º 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 #ADEEDE is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 238 222 -
CMYK 0.27 0 0.07 0.07
HSL 165.23º 0.66% 0.81% -
HSV(B) 165.23º 0.27% 0.93% -
XYZ 60.99 75.31 80.43 -
YUV 216.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 173 238 222 0.27 0 0.07 0.07 165.23 0.66 0.81
Hex AD EE DE 1B 0 7 7 A5 42 51
Octal 255 356 336 33 0 7 7 245 102 121
Binary 10101101 11101110 11011110 11011 0 111 111 10100101 1000010 1010001

Color Harmonies of #ADEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEEDE

Black with #ADEEDE

Text Example


Text Example

White with #ADEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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