Html Css Color HEX #A1E3DA Ice Cold

📋 copy color: '#A1E3DA'

red 161 ◦ green 227 ◦ blue 218

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

Shades of Ice Cold #A1E3DA

Tints of Ice Cold #A1E3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.46%

 BLUE value IS 218 (85.55% from 255) = 35.97%

R = 26.57%
G = 37.46%
B = 35.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#A1E3DA (or 0xA1E3DA) is known color: Ice Cold. HEX triplet: A1, E3 and DA. RGB value is (161,227,218). Sum of RGB (Red+Green+Blue) = 161+227+218=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3DA is #5E1C25. Grayscale: #CECECE. Windows color (decimal): -6167590 or 14345121. OLE color: 14345121.

HSL color Cylindrical-coordinate representation of color #A1E3DA: hue angle of 171.82º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E3DA is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 227 218 -
CMYK 0.29 0 0.04 0.11
HSL 171.82º 0.54% 0.76% -
HSV(B) 171.82º 0.29% 0.89% -
XYZ 54.82 67.58 76.48 -
YUV 206.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 161 227 218 0.29 0 0.04 0.11 171.82 0.54 0.76
Hex A1 E3 DA 1D 0 4 B AC 36 4C
Octal 241 343 332 35 0 4 13 254 66 114
Binary 10100001 11100011 11011010 11101 0 100 1011 10101100 110110 1001100

Color Harmonies of #A1E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E3DA

Black with #A1E3DA

Text Example


Text Example

White with #A1E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E3DA; }

 p { color: rgb(161,227,218); }

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

background-color css

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

 a { background-color: rgb(161,227,218); }

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

border-color css

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

 span { border-color: rgb(161,227,218); }

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