#A7EBDA

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

Shades of Ice Cold #A7EBDA

Tints of Ice Cold #A7EBDA

Color information

#A7EBDA (or 0xA7EBDA) is unknown color: approx Ice Cold. HEX triplet: A7, EB and DA. RGB value is (167,235,218). Sum of RGB (Red+Green+Blue) = 167+235+218=620 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.94% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EBDA is #581425. Grayscale: #D4D4D4. Windows color (decimal): -5772326 or 14347175. OLE color: 14347175.

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

Color convert

RGB167235218-
CMYK0.2900.070.08
HSL165º62.96%78.82%-
HSV(B)165º28.94%92.16%-
XYZ58.372.6977.29-
YUV212.73130.9795.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.94%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=26.94%
G=37.90%
B=35.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672352180.2900.070.0816562.9678.82
HexA7EBDA1D078a53f4f
Octal24735333235071024577117
Binary1010011111101011110110101110101111000101001011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EBDA; }

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

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

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

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

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

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

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

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