Html Css Color HEX #A0EADD Ice Cold

📋 copy color: '#A0EADD'

red 160 ◦ green 234 ◦ blue 221

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

Shades of Ice Cold #A0EADD

Tints of Ice Cold #A0EADD

RGB

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

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

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

R = 26.02%
G = 38.05%
B = 35.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A0EADD (or 0xA0EADD) is known color: Ice Cold. HEX triplet: A0, EA and DD. RGB value is (160,234,221). Sum of RGB (Red+Green+Blue) = 160+234+221=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EADD is #5F1522. Grayscale: #D2D2D2. Windows color (decimal): -6231331 or 14543520. OLE color: 14543520.

HSL color Cylindrical-coordinate representation of color #A0EADD: hue angle of 169.46º 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 #A0EADD is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 221 -
CMYK 0.32 0 0.06 0.08
HSL 169.46º 0.64% 0.77% -
HSV(B) 169.46º 0.32% 0.92% -
XYZ 56.97 71.54 79.21 -
YUV 210.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 160 234 221 0.32 0 0.06 0.08 169.46 0.64 0.77
Hex A0 EA DD 20 0 6 8 A9 40 4D
Octal 240 352 335 40 0 6 10 251 100 115
Binary 10100000 11101010 11011101 100000 0 110 1000 10101001 1000000 1001101

Color Harmonies of #A0EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EADD

Black with #A0EADD

Text Example


Text Example

White with #A0EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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