#A7E7DD

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

Shades of Ice Cold #A7E7DD

Tints of Ice Cold #A7E7DD

Color information

#A7E7DD (or 0xA7E7DD) is unknown color: approx Ice Cold. HEX triplet: A7, E7 and DD. RGB value is (167,231,221). Sum of RGB (Red+Green+Blue) = 167+231+221=619 (81% of max value = 765). Red value is 167 (65.62% from 255 or 26.98% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #A7E7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7E7DD is #581822. Grayscale: #D2D2D2. Windows color (decimal): -5773347 or 14542759. OLE color: 14542759.

HSL color Cylindrical-coordinate representation of color #A7E7DD: hue angle of 170.62º 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 #A7E7DD is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB167231221-
CMYK0.2800.040.09
HSL170.62º57.14%78.04%-
HSV(B)170.62º27.71%90.59%-
XYZ57.5670.5979-
YUV210.72133.896.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.98%
GREEN value IS 231 (90.62% from 255) = 37.32%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=26.98%
G=37.32%
B=35.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1672312210.2800.040.09170.6257.1478.04
HexA7E7DD1C049ab394e
Octal24734733534041125371116
Binary1010011111100111110111011110001001001101010111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E7DD; }

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

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

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

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

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

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

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

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