Html Css Color HEX #A9DECD Ice Cold

📋 copy color: '#A9DECD'

red 169 ◦ green 222 ◦ blue 205

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

Shades of Ice Cold #A9DECD

Tints of Ice Cold #A9DECD

RGB

 RED value IS 169 (66.41% from 255) = 28.36%

 GREEN value IS 222 (87.11% from 255) = 37.25%

 BLUE value IS 205 (80.47% from 255) = 34.4%

R = 28.36%
G = 37.25%
B = 34.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A9DECD (or 0xA9DECD) is known color: Ice Cold. HEX triplet: A9, DE and CD. RGB value is (169,222,205). Sum of RGB (Red+Green+Blue) = 169+222+205=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DECD is #562132. Grayscale: #CCCCCC. Windows color (decimal): -5644595 or 13491881. OLE color: 13491881.

HSL color Cylindrical-coordinate representation of color #A9DECD: hue angle of 160.75º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DECD is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 222 205 -
CMYK 0.24 0 0.08 0.13
HSL 160.75º 0.45% 0.77% -
HSV(B) 160.75º 0.24% 0.87% -
XYZ 53.5 65.09 67.5 -
YUV 204.22 128.44 102.88 -
System Red Green Blue C M Y K H S L
Decimal 169 222 205 0.24 0 0.08 0.13 160.75 0.45 0.77
Hex A9 DE CD 18 0 8 D A1 2D 4D
Octal 251 336 315 30 0 10 15 241 55 115
Binary 10101001 11011110 11001101 11000 0 1000 1101 10100001 101101 1001101

Color Harmonies of #A9DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DECD

Black with #A9DECD

Text Example


Text Example

White with #A9DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DECD; }

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

 H1.HeaderClassName
 {
   color: #A9DECD;
 }
 .AnyTagClassName
 {
   color: #A9DECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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