#A9E0CB

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

Shades of Ice Cold #A9E0CB

Tints of Ice Cold #A9E0CB

Color information

#A9E0CB (or 0xA9E0CB) is unknown color: approx Ice Cold. HEX triplet: A9, E0 and CB. RGB value is (169,224,203). Sum of RGB (Red+Green+Blue) = 169+224+203=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E0CB is #561F34. Grayscale: #CDCDCD. Windows color (decimal): -5644085 or 13361321. OLE color: 13361321.

HSL color Cylindrical-coordinate representation of color #A9E0CB: hue angle of 157.09º degrees, saturation: 0.47, 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 #A9E0CB is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB169224203-
CMYK0.2500.090.12
HSL157.09º47.01%77.06%-
HSV(B)157.09º24.55%87.84%-
XYZ53.866.0666.41-
YUV205.16126.78102.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.36%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=28.36%
G=37.58%
B=34.06%

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
Decimal1692242030.2500.090.12157.0947.0177.06
HexA9E0CB1909C9d2f4d
Octal251340313310111423557115
Binary10101001111000001100101111001010011100100111011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E0CB; }

 p { color: rgb(169,224,203); }

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

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

 a { background-color: rgb(169,224,203); }

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

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

 span { border-color: rgb(169,224,203); }

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