#A1ECD8

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

Shades of Ice Cold #A1ECD8

Tints of Ice Cold #A1ECD8

Color information

#A1ECD8 (or 0xA1ECD8) is unknown color: approx Ice Cold. HEX triplet: A1, EC and D8. RGB value is (161,236,216). Sum of RGB (Red+Green+Blue) = 161+236+216=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECD8 is #5E1327. Grayscale: #D3D3D3. Windows color (decimal): -6165288 or 14216353. OLE color: 14216353.

HSL color Cylindrical-coordinate representation of color #A1ECD8: hue angle of 164º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECD8 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB161236216-
CMYK0.3200.080.07
HSL164º66.37%77.84%-
HSV(B)164º31.78%92.55%-
XYZ57.0972.5375.96-
YUV211.3130.6592.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.26%
GREEN value IS 236 (92.58% from 255) = 38.50%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=26.26%
G=38.50%
B=35.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612362160.3200.080.0716466.3777.84
HexA1ECD820087a4424e
Octal241354330400107244102116
Binary101000011110110011011000100000010001111010010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECD8; }

 p { color: rgb(161,236,216); }

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

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

 a { background-color: rgb(161,236,216); }

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

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

 span { border-color: rgb(161,236,216); }

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