#A9EBDE

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

Shades of Ice Cold #A9EBDE

Tints of Ice Cold #A9EBDE

Color information

#A9EBDE (or 0xA9EBDE) is unknown color: approx Ice Cold. HEX triplet: A9, EB and DE. RGB value is (169,235,222). Sum of RGB (Red+Green+Blue) = 169+235+222=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBDE is #561421. Grayscale: #D5D5D5. Windows color (decimal): -5641250 or 14609321. OLE color: 14609321.

HSL color Cylindrical-coordinate representation of color #A9EBDE: hue angle of 168.18º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EBDE is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB169235222-
CMYK0.2800.060.08
HSL168.18º62.26%79.22%-
HSV(B)168.18º28.09%92.16%-
XYZ59.2673.1380.1-
YUV213.78132.6396.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.00%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=27.00%
G=37.54%
B=35.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692352220.2800.060.08168.1862.2679.22
HexA9EBDE1C068a83e4f
Octal25135333634061025076117
Binary1010100111101011110111101110001101000101010001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EBDE; }

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

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

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

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

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

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

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

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