Html Css Color HEX #A1E5D3 Ice Cold

📋 copy color: '#A1E5D3'

red 161 ◦ green 229 ◦ blue 211

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

Shades of Ice Cold #A1E5D3

Tints of Ice Cold #A1E5D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.11%

R = 26.79%
G = 38.1%
B = 35.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#A1E5D3 (or 0xA1E5D3) is known color: Ice Cold. HEX triplet: A1, E5 and D3. RGB value is (161,229,211). Sum of RGB (Red+Green+Blue) = 161+229+211=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5D3 is #5E1A2C. Grayscale: #CECECE. Windows color (decimal): -6167085 or 13886881. OLE color: 13886881.

HSL color Cylindrical-coordinate representation of color #A1E5D3: hue angle of 164.12º 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 #A1E5D3 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 211 -
CMYK 0.30 0 0.08 0.10
HSL 164.12º 0.57% 0.76% -
HSV(B) 164.12º 0.3% 0.9% -
XYZ 54.48 68.32 71.94 -
YUV 206.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 161 229 211 0.30 0 0.08 0.10 164.12 0.57 0.76
Hex A1 E5 D3 1E 0 8 A A4 39 4C
Octal 241 345 323 36 0 10 12 244 71 114
Binary 10100001 11100101 11010011 11110 0 1000 1010 10100100 111001 1001100

Color Harmonies of #A1E5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5D3

Black with #A1E5D3

Text Example


Text Example

White with #A1E5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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