Html Css Color HEX #A1EDDD Ice Cold

📋 copy color: '#A1EDDD'

red 161 ◦ green 237 ◦ blue 221

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

Shades of Ice Cold #A1EDDD

Tints of Ice Cold #A1EDDD

RGB

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

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

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

R = 26.01%
G = 38.29%
B = 35.7%

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

#A1EDDD (or 0xA1EDDD) is known color: Ice Cold. HEX triplet: A1, ED and DD. RGB value is (161,237,221). Sum of RGB (Red+Green+Blue) = 161+237+221=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDDD is #5E1222. Grayscale: #D4D4D4. Windows color (decimal): -6165027 or 14544289. OLE color: 14544289.

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

Color convert

RGB 161 237 221 -
CMYK 0.32 0 0.07 0.07
HSL 167.37º 0.68% 0.78% -
HSV(B) 167.37º 0.32% 0.93% -
XYZ 58.03 73.37 79.51 -
YUV 212.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 161 237 221 0.32 0 0.07 0.07 167.37 0.68 0.78
Hex A1 ED DD 20 0 7 7 A7 44 4E
Octal 241 355 335 40 0 7 7 247 104 116
Binary 10100001 11101101 11011101 100000 0 111 111 10100111 1000100 1001110

Color Harmonies of #A1EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDDD

Black with #A1EDDD

Text Example


Text Example

White with #A1EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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