#A4E1CE

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

Shades of Ice Cold #A4E1CE

Tints of Ice Cold #A4E1CE

Color information

#A4E1CE (or 0xA4E1CE) is unknown color: approx Ice Cold. HEX triplet: A4, E1 and CE. RGB value is (164,225,206). Sum of RGB (Red+Green+Blue) = 164+225+206=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1CE is #5B1E31. Grayscale: #CCCCCC. Windows color (decimal): -5971506 or 13558180. OLE color: 13558180.

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

Color convert

RGB164225206-
CMYK0.2700.080.12
HSL161.31º50.41%76.27%-
HSV(B)161.31º27.11%88.24%-
XYZ53.3866.268.36-
YUV204.6128.7999.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.56%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=27.56%
G=37.82%
B=34.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642252060.2700.080.12161.3150.4176.27
HexA4E1CE1B08Ca1324c
Octal244341316330101424162114
Binary10100100111000011100111011011010001100101000011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E1CE; }

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

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

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

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

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

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

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

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