Html Css Color HEX #A9E1CC Ice Cold

📋 copy color: '#A9E1CC'

red 169 ◦ green 225 ◦ blue 204

#A9E1CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #A9E1CC

Tints of Ice Cold #A9E1CC

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 value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#A9E1CC (or 0xA9E1CC) is known color: 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

RGB 169 225 204 -
CMYK 0.25 0 0.09 0.12
HSL 157.5º 0.48% 0.77% -
HSV(B) 157.5º 0.25% 0.88% -
XYZ 54.19 66.65 67.13 -
YUV 205.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 169 225 204 0.25 0 0.09 0.12 157.5 0.48 0.77
Hex A9 E1 CC 19 0 9 C 9E 30 4D
Octal 251 341 314 31 0 11 14 236 60 115
Binary 10101001 11100001 11001100 11001 0 1001 1100 10011110 110000 1001101

Color Harmonies of #A9E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E1CC

Black with #A9E1CC

Text Example


Text Example

White with #A9E1CC

Text Example


Text Example

HTML Codes & Css Web 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>