#A7E7DF

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

Shades of Ice Cold #A7E7DF

Tints of Ice Cold #A7E7DF

Color information

#A7E7DF (or 0xA7E7DF) is unknown color: approx Ice Cold. HEX triplet: A7, E7 and DF. RGB value is (167,231,223). Sum of RGB (Red+Green+Blue) = 167+231+223=621 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.89% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #A7E7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7E7DF is #581820. Grayscale: #D2D2D2. Windows color (decimal): -5773345 or 14673831. OLE color: 14673831.

HSL color Cylindrical-coordinate representation of color #A7E7DF: hue angle of 172.5º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7E7DF is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB167231223-
CMYK0.2800.030.09
HSL172.5º57.14%78.04%-
HSV(B)172.5º27.71%90.59%-
XYZ57.8370.780.41-
YUV210.95134.896.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.89%
GREEN value IS 231 (90.62% from 255) = 37.20%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=26.89%
G=37.20%
B=35.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1672312230.2800.030.09172.557.1478.04
HexA7E7DF1C039ac394e
Octal24734733734031125471116
Binary101001111110011111011111111000111001101011001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E7DF; }

 p { color: rgb(167,231,223); }

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

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

 a { background-color: rgb(167,231,223); }

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

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

 span { border-color: rgb(167,231,223); }

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