#A7EADB

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

Shades of Ice Cold #A7EADB

Tints of Ice Cold #A7EADB

Color information

#A7EADB (or 0xA7EADB) is unknown color: approx Ice Cold. HEX triplet: A7, EA and DB. RGB value is (167,234,219). Sum of RGB (Red+Green+Blue) = 167+234+219=620 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.94% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EADB is #581524. Grayscale: #D4D4D4. Windows color (decimal): -5772581 or 14412455. OLE color: 14412455.

HSL color Cylindrical-coordinate representation of color #A7EADB: hue angle of 166.57º 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 #A7EADB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB167234219-
CMYK0.2900.060.08
HSL166.57º61.47%78.63%-
HSV(B)166.57º28.63%91.76%-
XYZ58.1572.1877.88-
YUV212.26131.895.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.94%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=26.94%
G=37.74%
B=35.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672342190.2900.060.08166.5761.4778.63
HexA7EADB1D068a73d4f
Octal24735233335061024775117
Binary1010011111101010110110111110101101000101001111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EADB; }

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

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

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

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

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

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

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

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