#A4EADD

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

Shades of Ice Cold #A4EADD

Tints of Ice Cold #A4EADD

Color information

#A4EADD (or 0xA4EADD) is unknown color: approx Ice Cold. HEX triplet: A4, EA and DD. RGB value is (164,234,221). Sum of RGB (Red+Green+Blue) = 164+234+221=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EADD is #5B1522. Grayscale: #D3D3D3. Windows color (decimal): -5969187 or 14543524. OLE color: 14543524.

HSL color Cylindrical-coordinate representation of color #A4EADD: hue angle of 168.86º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EADD is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB164234221-
CMYK0.3000.060.08
HSL168.86º62.5%78.04%-
HSV(B)168.86º29.91%91.76%-
XYZ57.7871.9679.25-
YUV211.59133.3194.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.49%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=26.49%
G=37.80%
B=35.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642342210.3000.060.08168.8662.578.04
HexA4EADD1E068a93e4e
Octal24435233536061025176116
Binary1010010011101010110111011111001101000101010011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EADD; }

 p { color: rgb(164,234,221); }

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

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

 a { background-color: rgb(164,234,221); }

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

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

 span { border-color: rgb(164,234,221); }

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