#A7EAD7

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

Shades of Ice Cold #A7EAD7

Tints of Ice Cold #A7EAD7

Color information

#A7EAD7 (or 0xA7EAD7) is unknown color: approx Ice Cold. HEX triplet: A7, EA and D7. RGB value is (167,234,215). Sum of RGB (Red+Green+Blue) = 167+234+215=616 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.11% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EAD7 is #581528. Grayscale: #D3D3D3. Windows color (decimal): -5772585 or 14150311. OLE color: 14150311.

HSL color Cylindrical-coordinate representation of color #A7EAD7: hue angle of 162.99º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EAD7 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB167234215-
CMYK0.2900.080.08
HSL162.99º61.47%78.63%-
HSV(B)162.99º28.63%91.76%-
XYZ57.6271.9775.14-
YUV211.8129.896.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.11%
GREEN value IS 234 (91.80% from 255) = 37.99%
BLUE value IS 215 (84.38% from 255) = 34.90%
R=27.11%
G=37.99%
B=34.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672342150.2900.080.08162.9961.4778.63
HexA7EAD71D088a33d4f
Octal247352327350101024375117
Binary10100111111010101101011111101010001000101000111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EAD7; }

 p { color: rgb(167,234,215); }

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

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

 a { background-color: rgb(167,234,215); }

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

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

 span { border-color: rgb(167,234,215); }

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