#A7EBDE

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

Shades of Ice Cold #A7EBDE

Tints of Ice Cold #A7EBDE

Color information

#A7EBDE (or 0xA7EBDE) is unknown color: approx Ice Cold. HEX triplet: A7, EB and DE. RGB value is (167,235,222). Sum of RGB (Red+Green+Blue) = 167+235+222=624 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.76% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EBDE is #581421. Grayscale: #D5D5D5. Windows color (decimal): -5772322 or 14609319. OLE color: 14609319.

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

Color convert

RGB167235222-
CMYK0.2900.060.08
HSL168.53º62.96%78.82%-
HSV(B)168.53º28.94%92.16%-
XYZ58.8372.9180.08-
YUV213.19132.9795.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.76%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 222 (87.11% from 255) = 35.58%
R=26.76%
G=37.66%
B=35.58%

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
Decimal1672352220.2900.060.08168.5362.9678.82
HexA7EBDE1D068a93f4f
Octal24735333635061025177117
Binary1010011111101011110111101110101101000101010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EBDE; }

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

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

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

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

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

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

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

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