Html Css Color HEX #A1EDDC Ice Cold

📋 copy color: '#A1EDDC'

red 161 ◦ green 237 ◦ blue 220

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

Shades of Ice Cold #A1EDDC

Tints of Ice Cold #A1EDDC

RGB

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

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

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

R = 26.05%
G = 38.35%
B = 35.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#A1EDDC (or 0xA1EDDC) is known color: Ice Cold. HEX triplet: A1, ED and DC. RGB value is (161,237,220). Sum of RGB (Red+Green+Blue) = 161+237+220=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDDC is #5E1223. Grayscale: #D4D4D4. Windows color (decimal): -6165028 or 14478753. OLE color: 14478753.

HSL color Cylindrical-coordinate representation of color #A1EDDC: hue angle of 166.58º degrees, saturation: 0.68, 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 #A1EDDC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 237 220 -
CMYK 0.32 0 0.07 0.07
HSL 166.58º 0.68% 0.78% -
HSV(B) 166.58º 0.32% 0.93% -
XYZ 57.9 73.31 78.81 -
YUV 212.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 161 237 220 0.32 0 0.07 0.07 166.58 0.68 0.78
Hex A1 ED DC 20 0 7 7 A7 44 4E
Octal 241 355 334 40 0 7 7 247 104 116
Binary 10100001 11101101 11011100 100000 0 111 111 10100111 1000100 1001110

Color Harmonies of #A1EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDDC

Black with #A1EDDC

Text Example


Text Example

White with #A1EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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