#A7E0D5

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

Shades of Ice Cold #A7E0D5

Tints of Ice Cold #A7E0D5

Color information

#A7E0D5 (or 0xA7E0D5) is unknown color: approx Ice Cold. HEX triplet: A7, E0 and D5. RGB value is (167,224,213). Sum of RGB (Red+Green+Blue) = 167+224+213=604 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.65% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E0D5 is #581F2A. Grayscale: #CDCDCD. Windows color (decimal): -5775147 or 14016679. OLE color: 14016679.

HSL color Cylindrical-coordinate representation of color #A7E0D5: hue angle of 168.42º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7E0D5 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB167224213-
CMYK0.2500.050.12
HSL168.42º47.9%76.67%-
HSV(B)168.42º25.45%87.84%-
XYZ54.666.3372.88-
YUV205.7132.12100.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.65%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=27.65%
G=37.09%
B=35.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672242130.2500.050.12168.4247.976.67
HexA7E0D51905Ca8304d
Octal24734032531051425060115
Binary1010011111100000110101011100101011100101010001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E0D5; }

 p { color: rgb(167,224,213); }

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

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

 a { background-color: rgb(167,224,213); }

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

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

 span { border-color: rgb(167,224,213); }

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