Html Css Color HEX #A8EEDD Water Leaf

📋 copy color: '#A8EEDD'

red 168 ◦ green 238 ◦ blue 221

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

Shades of Water Leaf #A8EEDD

Tints of Water Leaf #A8EEDD

RGB

 RED value IS 168 (66.02% from 255) = 26.79%

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

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

R = 26.79%
G = 37.96%
B = 35.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#A8EEDD (or 0xA8EEDD) is known color: Water Leaf. HEX triplet: A8, EE and DD. RGB value is (168,238,221). Sum of RGB (Red+Green+Blue) = 168+238+221=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EEDD is #571122. Grayscale: #D7D7D7. Windows color (decimal): -5706019 or 14544552. OLE color: 14544552.

HSL color Cylindrical-coordinate representation of color #A8EEDD: hue angle of 165.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEDD is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 238 221 -
CMYK 0.29 0 0.07 0.07
HSL 165.43º 0.67% 0.8% -
HSV(B) 165.43º 0.29% 0.93% -
XYZ 59.77 74.69 79.67 -
YUV 215.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 168 238 221 0.29 0 0.07 0.07 165.43 0.67 0.8
Hex A8 EE DD 1D 0 7 7 A5 43 50
Octal 250 356 335 35 0 7 7 245 103 120
Binary 10101000 11101110 11011101 11101 0 111 111 10100101 1000011 1010000

Color Harmonies of #A8EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EEDD

Black with #A8EEDD

Text Example


Text Example

White with #A8EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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