#A7EDDE

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

Shades of Ice Cold #A7EDDE

Tints of Ice Cold #A7EDDE

Color information

#A7EDDE (or 0xA7EDDE) is unknown color: approx Ice Cold. HEX triplet: A7, ED and DE. RGB value is (167,237,222). Sum of RGB (Red+Green+Blue) = 167+237+222=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDDE is #581221. Grayscale: #D6D6D6. Windows color (decimal): -5771810 or 14609831. OLE color: 14609831.

HSL color Cylindrical-coordinate representation of color #A7EDDE: hue angle of 167.14º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EDDE is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB167237222-
CMYK0.3000.060.07
HSL167.14º66.04%79.22%-
HSV(B)167.14º29.54%92.94%-
XYZ59.4174.0680.27-
YUV214.36132.3194.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.68%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=26.68%
G=37.86%
B=35.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672372220.3000.060.07167.1466.0479.22
HexA7EDDE1E067a7424f
Octal24735533636067247102117
Binary1010011111101101110111101111001101111010011110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EDDE; }

 p { color: rgb(167,237,222); }

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

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

 a { background-color: rgb(167,237,222); }

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

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

 span { border-color: rgb(167,237,222); }

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