#A7EFDA

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

Shades of Ice Cold #A7EFDA

Tints of Ice Cold #A7EFDA

Color information

#A7EFDA (or 0xA7EFDA) is unknown color: approx Ice Cold. HEX triplet: A7, EF and DA. RGB value is (167,239,218). Sum of RGB (Red+Green+Blue) = 167+239+218=624 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.76% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EFDA is #581025. Grayscale: #D7D7D7. Windows color (decimal): -5771302 or 14348199. OLE color: 14348199.

HSL color Cylindrical-coordinate representation of color #A7EFDA: hue angle of 162.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EFDA is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB167239218-
CMYK0.3000.090.06
HSL162.5º69.23%79.61%-
HSV(B)162.5º30.13%93.73%-
XYZ59.4675.0177.67-
YUV215.08129.6593.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.76%
GREEN value IS 239 (93.75% from 255) = 38.30%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=26.76%
G=38.30%
B=34.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672392180.3000.090.06162.569.2379.61
HexA7EFDA1E096a24550
Octal247357332360116242105120
Binary10100111111011111101101011110010011101010001010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EFDA; }

 p { color: rgb(167,239,218); }

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

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

 a { background-color: rgb(167,239,218); }

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

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

 span { border-color: rgb(167,239,218); }

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