#A7EEDA

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

Shades of Ice Cold #A7EEDA

Tints of Ice Cold #A7EEDA

Color information

#A7EEDA (or 0xA7EEDA) is unknown color: approx Ice Cold. HEX triplet: A7, EE and DA. RGB value is (167,238,218). Sum of RGB (Red+Green+Blue) = 167+238+218=623 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.81% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #A7EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EEDA is #581125. Grayscale: #D6D6D6. Windows color (decimal): -5771558 or 14347943. OLE color: 14347943.

HSL color Cylindrical-coordinate representation of color #A7EEDA: hue angle of 163.1º degrees, saturation: 0.68, 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 #A7EEDA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB167238218-
CMYK0.3000.080.07
HSL163.1º67.62%79.41%-
HSV(B)163.1º29.83%93.33%-
XYZ59.1774.4377.58-
YUV214.49129.9894.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.81%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=26.81%
G=38.20%
B=34.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672382180.3000.080.07163.167.6279.41
HexA7EEDA1E087a3444f
Octal247356332360107243104117
Binary10100111111011101101101011110010001111010001110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EEDA; }

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

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

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

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

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

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

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

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