Html Css Color HEX #A1E6DD Ice Cold

📋 copy color: '#A1E6DD'

red 161 ◦ green 230 ◦ blue 221

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

Shades of Ice Cold #A1E6DD

Tints of Ice Cold #A1E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.58%

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

R = 26.31%
G = 37.58%
B = 36.11%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#A1E6DD (or 0xA1E6DD) is known color: Ice Cold. HEX triplet: A1, E6 and DD. RGB value is (161,230,221). Sum of RGB (Red+Green+Blue) = 161+230+221=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E6DD is #5E1922. Grayscale: #D0D0D0. Windows color (decimal): -6166819 or 14542497. OLE color: 14542497.

HSL color Cylindrical-coordinate representation of color #A1E6DD: hue angle of 172.17º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E6DD is Cyan = 0.3, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 230 221 -
CMYK 0.3 0 0.04 0.10
HSL 172.17º 0.58% 0.77% -
HSV(B) 172.17º 0.3% 0.9% -
XYZ 56.05 69.39 78.85 -
YUV 208.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 161 230 221 0.3 0 0.04 0.10 172.17 0.58 0.77
Hex A1 E6 DD 1E 0 4 A AC 3A 4D
Octal 241 346 335 36 0 4 12 254 72 115
Binary 10100001 11100110 11011101 11110 0 100 1010 10101100 111010 1001101

Color Harmonies of #A1E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E6DD

Black with #A1E6DD

Text Example


Text Example

White with #A1E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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