#A1E3D4

Color #A1E3D4 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A1E3D4

Tints of Ice Cold #A1E3D4

Color information

#A1E3D4 (or 0xA1E3D4) is unknown color: approx Ice Cold. HEX triplet: A1, E3 and D4. RGB value is (161,227,212). Sum of RGB (Red+Green+Blue) = 161+227+212=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3D4 is #5E1C2B. Grayscale: #CDCDCD. Windows color (decimal): -6167596 or 13951905. OLE color: 13951905.

HSL color Cylindrical-coordinate representation of color #A1E3D4: hue angle of 166.36º 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 #A1E3D4 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB161227212-
CMYK0.2900.070.11
HSL166.36º54.1%76.08%-
HSV(B)166.36º29.07%89.02%-
XYZ54.0567.2772.42-
YUV205.56131.6396.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.83%
GREEN value IS 227 (89.06% from 255) = 37.83%
BLUE value IS 212 (83.20% from 255) = 35.33%
R=26.83%
G=37.83%
B=35.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612272120.2900.070.11166.3654.176.08
HexA1E3D41D07Ba6364c
Octal24134332435071324666114
Binary1010000111100011110101001110101111011101001101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E3D4; }

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

 H1.HeaderClassName
 {
   color: #A1E3D4;
 }
 .AnyTagClassName
 {
   color: #A1E3D4;
 }
</style>
background-color css

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

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

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

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

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

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