Html Css Color HEX #A1E1CE Ice Cold

📋 copy color: '#A1E1CE'

red 161 ◦ green 225 ◦ blue 206

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

Shades of Ice Cold #A1E1CE

Tints of Ice Cold #A1E1CE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.01%

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 27.2%
G = 38.01%
B = 34.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#A1E1CE (or 0xA1E1CE) is known color: Ice Cold. HEX triplet: A1, E1 and CE. RGB value is (161,225,206). Sum of RGB (Red+Green+Blue) = 161+225+206=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1CE is #5E1E31. Grayscale: #CBCBCB. Windows color (decimal): -6168114 or 13558177. OLE color: 13558177.

HSL color Cylindrical-coordinate representation of color #A1E1CE: hue angle of 162.19º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1CE is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 225 206 -
CMYK 0.28 0 0.08 0.12
HSL 162.19º 0.52% 0.76% -
HSV(B) 162.19º 0.28% 0.88% -
XYZ 52.76 65.88 68.33 -
YUV 203.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 161 225 206 0.28 0 0.08 0.12 162.19 0.52 0.76
Hex A1 E1 CE 1C 0 8 C A2 34 4C
Octal 241 341 316 34 0 10 14 242 64 114
Binary 10100001 11100001 11001110 11100 0 1000 1100 10100010 110100 1001100

Color Harmonies of #A1E1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E1CE

Black with #A1E1CE

Text Example


Text Example

White with #A1E1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E1CE; }

 p { color: rgb(161,225,206); }

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

background-color css

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

 a { background-color: rgb(161,225,206); }

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

border-color css

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

 span { border-color: rgb(161,225,206); }

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