Html Css Color HEX #A0EAD9 Ice Cold

📋 copy color: '#A0EAD9'

red 160 ◦ green 234 ◦ blue 217

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

Shades of Ice Cold #A0EAD9

Tints of Ice Cold #A0EAD9

RGB

 RED value IS 160 (62.89% from 255) = 26.19%

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

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 26.19%
G = 38.3%
B = 35.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A0EAD9 (or 0xA0EAD9) is known color: Ice Cold. HEX triplet: A0, EA and D9. RGB value is (160,234,217). Sum of RGB (Red+Green+Blue) = 160+234+217=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EAD9 is #5F1526. Grayscale: #D1D1D1. Windows color (decimal): -6231335 or 14281376. OLE color: 14281376.

HSL color Cylindrical-coordinate representation of color #A0EAD9: hue angle of 166.22º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EAD9 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 217 -
CMYK 0.32 0 0.07 0.08
HSL 166.22º 0.64% 0.77% -
HSV(B) 166.22º 0.32% 0.92% -
XYZ 56.44 71.33 76.44 -
YUV 209.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 160 234 217 0.32 0 0.07 0.08 166.22 0.64 0.77
Hex A0 EA D9 20 0 7 8 A6 40 4D
Octal 240 352 331 40 0 7 10 246 100 115
Binary 10100000 11101010 11011001 100000 0 111 1000 10100110 1000000 1001101

Color Harmonies of #A0EAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EAD9

Black with #A0EAD9

Text Example


Text Example

White with #A0EAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EAD9; }

 p { color: rgb(160,234,217); }

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

background-color css

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

 a { background-color: rgb(160,234,217); }

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

border-color css

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

 span { border-color: rgb(160,234,217); }

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