#A9E1CC

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

Shades of Ice Cold #A9E1CC

Tints of Ice Cold #A9E1CC

Color information

#A9E1CC (or 0xA9E1CC) is unknown color: approx Ice Cold. HEX triplet: A9, E1 and CC. RGB value is (169,225,204). Sum of RGB (Red+Green+Blue) = 169+225+204=598 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.26% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E1CC is #561E33. Grayscale: #CDCDCD. Windows color (decimal): -5643828 or 13427113. OLE color: 13427113.

HSL color Cylindrical-coordinate representation of color #A9E1CC: hue angle of 157.5º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9E1CC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB169225204-
CMYK0.2500.090.12
HSL157.5º48.28%77.25%-
HSV(B)157.5º24.89%88.24%-
XYZ54.1966.6567.13-
YUV205.86126.95101.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.26%
GREEN value IS 225 (88.28% from 255) = 37.63%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=28.26%
G=37.63%
B=34.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692252040.2500.090.12157.548.2877.25
HexA9E1CC1909C9e304d
Octal251341314310111423660115
Binary10101001111000011100110011001010011100100111101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E1CC; }

 p { color: rgb(169,225,204); }

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

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

 a { background-color: rgb(169,225,204); }

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

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

 span { border-color: rgb(169,225,204); }

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