Html Css Color HEX #A9EDD8 Ice Cold

📋 copy color: '#A9EDD8'

red 169 ◦ green 237 ◦ blue 216

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

Shades of Ice Cold #A9EDD8

Tints of Ice Cold #A9EDD8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.1%

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 27.17%
G = 38.1%
B = 34.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#A9EDD8 (or 0xA9EDD8) is known color: Ice Cold. HEX triplet: A9, ED and D8. RGB value is (169,237,216). Sum of RGB (Red+Green+Blue) = 169+237+216=622 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.17% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDD8 is #561227. Grayscale: #D6D6D6. Windows color (decimal): -5640744 or 14216617. OLE color: 14216617.

HSL color Cylindrical-coordinate representation of color #A9EDD8: hue angle of 161.47º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EDD8 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 237 216 -
CMYK 0.29 0 0.09 0.07
HSL 161.47º 0.65% 0.8% -
HSV(B) 161.47º 0.29% 0.93% -
XYZ 59.04 73.96 76.13 -
YUV 214.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 169 237 216 0.29 0 0.09 0.07 161.47 0.65 0.8
Hex A9 ED D8 1D 0 9 7 A1 41 50
Octal 251 355 330 35 0 11 7 241 101 120
Binary 10101001 11101101 11011000 11101 0 1001 111 10100001 1000001 1010000

Color Harmonies of #A9EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EDD8

Black with #A9EDD8

Text Example


Text Example

White with #A9EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EDD8; }

 p { color: rgb(169,237,216); }

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

background-color css

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

 a { background-color: rgb(169,237,216); }

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

border-color css

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

 span { border-color: rgb(169,237,216); }

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