Html Css Color HEX #ADEEDD Water Leaf

📋 copy color: '#ADEEDD'

red 173 ◦ green 238 ◦ blue 221

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

Shades of Water Leaf #ADEEDD

Tints of Water Leaf #ADEEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.97%

R = 27.37%
G = 37.66%
B = 34.97%

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

#ADEEDD (or 0xADEEDD) is known color: Water Leaf. HEX triplet: AD, EE and DD. RGB value is (173,238,221). Sum of RGB (Red+Green+Blue) = 173+238+221=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEDD is #521122. Grayscale: #D8D8D8. Windows color (decimal): -5378339 or 14544557. OLE color: 14544557.

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

Color convert

RGB 173 238 221 -
CMYK 0.27 0 0.07 0.07
HSL 164.31º 0.66% 0.81% -
HSV(B) 164.31º 0.27% 0.93% -
XYZ 60.86 75.25 79.72 -
YUV 216.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 173 238 221 0.27 0 0.07 0.07 164.31 0.66 0.81
Hex AD EE DD 1B 0 7 7 A4 42 51
Octal 255 356 335 33 0 7 7 244 102 121
Binary 10101101 11101110 11011101 11011 0 111 111 10100100 1000010 1010001

Color Harmonies of #ADEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEEDD

Black with #ADEEDD

Text Example


Text Example

White with #ADEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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