Html Css Color HEX #A1E9D9 Ice Cold

📋 copy color: '#A1E9D9'

red 161 ◦ green 233 ◦ blue 217

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

Shades of Ice Cold #A1E9D9

Tints of Ice Cold #A1E9D9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.13%

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 26.35%
G = 38.13%
B = 35.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#A1E9D9 (or 0xA1E9D9) is known color: Ice Cold. HEX triplet: A1, E9 and D9. RGB value is (161,233,217). Sum of RGB (Red+Green+Blue) = 161+233+217=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9D9 is #5E1626. Grayscale: #D1D1D1. Windows color (decimal): -6166055 or 14281121. OLE color: 14281121.

HSL color Cylindrical-coordinate representation of color #A1E9D9: hue angle of 166.67º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E9D9 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 233 217 -
CMYK 0.31 0 0.07 0.09
HSL 166.67º 0.62% 0.77% -
HSV(B) 166.67º 0.31% 0.91% -
XYZ 56.36 70.86 76.35 -
YUV 209.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 161 233 217 0.31 0 0.07 0.09 166.67 0.62 0.77
Hex A1 E9 D9 1F 0 7 9 A7 3E 4D
Octal 241 351 331 37 0 7 11 247 76 115
Binary 10100001 11101001 11011001 11111 0 111 1001 10100111 111110 1001101

Color Harmonies of #A1E9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E9D9

Black with #A1E9D9

Text Example


Text Example

White with #A1E9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E9D9; }

 p { color: rgb(161,233,217); }

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

background-color css

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

 a { background-color: rgb(161,233,217); }

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

border-color css

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

 span { border-color: rgb(161,233,217); }

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