Html Css Color HEX #A1E5DF Ice Cold

📋 copy color: '#A1E5DF'

red 161 ◦ green 229 ◦ blue 223

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

Shades of Ice Cold #A1E5DF

Tints of Ice Cold #A1E5DF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.36%

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 26.26%
G = 37.36%
B = 36.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#A1E5DF (or 0xA1E5DF) is known color: Ice Cold. HEX triplet: A1, E5 and DF. RGB value is (161,229,223). Sum of RGB (Red+Green+Blue) = 161+229+223=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5DF is #5E1A20. Grayscale: #CFCFCF. Windows color (decimal): -6167073 or 14673313. OLE color: 14673313.

HSL color Cylindrical-coordinate representation of color #A1E5DF: hue angle of 174.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5DF is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 223 -
CMYK 0.30 0 0.03 0.10
HSL 174.71º 0.57% 0.76% -
HSV(B) 174.71º 0.3% 0.9% -
XYZ 56.04 68.94 80.17 -
YUV 207.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 161 229 223 0.30 0 0.03 0.10 174.71 0.57 0.76
Hex A1 E5 DF 1E 0 3 A AF 39 4C
Octal 241 345 337 36 0 3 12 257 71 114
Binary 10100001 11100101 11011111 11110 0 11 1010 10101111 111001 1001100

Color Harmonies of #A1E5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5DF

Black with #A1E5DF

Text Example


Text Example

White with #A1E5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5DF; }

 p { color: rgb(161,229,223); }

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

background-color css

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

 a { background-color: rgb(161,229,223); }

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

border-color css

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

 span { border-color: rgb(161,229,223); }

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