Html Css Color HEX #A8EDDE Water Leaf

📋 copy color: '#A8EDDE'

red 168 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #A8EDDE

Tints of Water Leaf #A8EDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.8%

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

R = 26.79%
G = 37.8%
B = 35.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#A8EDDE (or 0xA8EDDE) is known color: Water Leaf. HEX triplet: A8, ED and DE. RGB value is (168,237,222). Sum of RGB (Red+Green+Blue) = 168+237+222=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDDE is #571221. Grayscale: #D6D6D6. Windows color (decimal): -5706274 or 14609832. OLE color: 14609832.

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

Color convert

RGB 168 237 222 -
CMYK 0.29 0 0.06 0.07
HSL 166.96º 0.66% 0.79% -
HSV(B) 166.96º 0.29% 0.93% -
XYZ 59.62 74.17 80.28 -
YUV 214.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 168 237 222 0.29 0 0.06 0.07 166.96 0.66 0.79
Hex A8 ED DE 1D 0 6 7 A7 42 4F
Octal 250 355 336 35 0 6 7 247 102 117
Binary 10101000 11101101 11011110 11101 0 110 111 10100111 1000010 1001111

Color Harmonies of #A8EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDDE

Black with #A8EDDE

Text Example


Text Example

White with #A8EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDDE; }

 p { color: rgb(168,237,222); }

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

background-color css

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

 a { background-color: rgb(168,237,222); }

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

border-color css

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

 span { border-color: rgb(168,237,222); }

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