Html Css Color HEX #A1EEDC Ice Cold

📋 copy color: '#A1EEDC'

red 161 ◦ green 238 ◦ blue 220

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

Shades of Ice Cold #A1EEDC

Tints of Ice Cold #A1EEDC

RGB

 RED value IS 161 (63.28% from 255) = 26.01%

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

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 26.01%
G = 38.45%
B = 35.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A1EEDC (or 0xA1EEDC) is known color: Ice Cold. HEX triplet: A1, EE and DC. RGB value is (161,238,220). Sum of RGB (Red+Green+Blue) = 161+238+220=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEDC is #5E1123. Grayscale: #D4D4D4. Windows color (decimal): -6164772 or 14479009. OLE color: 14479009.

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

Color convert

RGB 161 238 220 -
CMYK 0.32 0 0.08 0.07
HSL 165.97º 0.69% 0.78% -
HSV(B) 165.97º 0.32% 0.93% -
XYZ 58.19 73.89 78.91 -
YUV 212.93 131.99 90.96 -
System Red Green Blue C M Y K H S L
Decimal 161 238 220 0.32 0 0.08 0.07 165.97 0.69 0.78
Hex A1 EE DC 20 0 8 7 A6 45 4E
Octal 241 356 334 40 0 10 7 246 105 116
Binary 10100001 11101110 11011100 100000 0 1000 111 10100110 1000101 1001110

Color Harmonies of #A1EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EEDC

Black with #A1EEDC

Text Example


Text Example

White with #A1EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EEDC; }

 p { color: rgb(161,238,220); }

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

background-color css

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

 a { background-color: rgb(161,238,220); }

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

border-color css

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

 span { border-color: rgb(161,238,220); }

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