#A4EBDE

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

Shades of Ice Cold #A4EBDE

Tints of Ice Cold #A4EBDE

Color information

#A4EBDE (or 0xA4EBDE) is unknown color: approx Ice Cold. HEX triplet: A4, EB and DE. RGB value is (164,235,222). Sum of RGB (Red+Green+Blue) = 164+235+222=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBDE is #5B1421. Grayscale: #D4D4D4. Windows color (decimal): -5968930 or 14609316. OLE color: 14609316.

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

Color convert

RGB164235222-
CMYK0.3000.060.08
HSL169.01º63.96%78.24%-
HSV(B)169.01º30.21%92.16%-
XYZ58.272.5880.05-
YUV212.29133.4893.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.41%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=26.41%
G=37.84%
B=35.75%

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
Decimal1642352220.3000.060.08169.0163.9678.24
HexA4EBDE1E068a9404e
Octal244353336360610251100116
Binary10100100111010111101111011110011010001010100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBDE; }

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

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

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

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

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

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

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

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