#A4EBDD

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

Shades of Ice Cold #A4EBDD

Tints of Ice Cold #A4EBDD

Color information

#A4EBDD (or 0xA4EBDD) is unknown color: approx Ice Cold. HEX triplet: A4, EB and DD. RGB value is (164,235,221). Sum of RGB (Red+Green+Blue) = 164+235+221=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBDD is #5B1422. Grayscale: #D4D4D4. Windows color (decimal): -5968931 or 14543780. OLE color: 14543780.

HSL color Cylindrical-coordinate representation of color #A4EBDD: hue angle of 168.17º degrees, saturation: 0.64, 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 #A4EBDD is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB164235221-
CMYK0.3000.060.08
HSL168.17º63.96%78.24%-
HSV(B)168.17º30.21%92.16%-
XYZ58.0772.5379.35-
YUV212.18132.9893.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=26.45%
G=37.90%
B=35.65%

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
Decimal1642352210.3000.060.08168.1763.9678.24
HexA4EBDD1E068a8404e
Octal244353335360610250100116
Binary10100100111010111101110111110011010001010100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBDD; }

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

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

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

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

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

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

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

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