Html Css Color HEX #A9EADD Ice Cold

📋 copy color: '#A9EADD'

red 169 ◦ green 234 ◦ blue 221

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

Shades of Ice Cold #A9EADD

Tints of Ice Cold #A9EADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.5%

 BLUE value IS 221 (86.72% from 255) = 35.42%

R = 27.08%
G = 37.5%
B = 35.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A9EADD (or 0xA9EADD) is known color: Ice Cold. HEX triplet: A9, EA and DD. RGB value is (169,234,221). Sum of RGB (Red+Green+Blue) = 169+234+221=624 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.08% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EADD is #561522. Grayscale: #D5D5D5. Windows color (decimal): -5641507 or 14543529. OLE color: 14543529.

HSL color Cylindrical-coordinate representation of color #A9EADD: hue angle of 168º degrees, saturation: 0.61, 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 #A9EADD is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 234 221 -
CMYK 0.28 0 0.06 0.08
HSL 168º 0.61% 0.79% -
HSV(B) 168º 0.28% 0.92% -
XYZ 58.84 72.5 79.3 -
YUV 213.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 169 234 221 0.28 0 0.06 0.08 168 0.61 0.79
Hex A9 EA DD 1C 0 6 8 A8 3D 4F
Octal 251 352 335 34 0 6 10 250 75 117
Binary 10101001 11101010 11011101 11100 0 110 1000 10101000 111101 1001111

Color Harmonies of #A9EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EADD

Black with #A9EADD

Text Example


Text Example

White with #A9EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EADD; }

 p { color: rgb(169,234,221); }

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

background-color css

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

 a { background-color: rgb(169,234,221); }

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

border-color css

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

 span { border-color: rgb(169,234,221); }

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