Html Css Color HEX #A9EADB Ice Cold

📋 copy color: '#A9EADB'

red 169 ◦ green 234 ◦ blue 219

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

Shades of Ice Cold #A9EADB

Tints of Ice Cold #A9EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.21%

R = 27.17%
G = 37.62%
B = 35.21%

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

#A9EADB (or 0xA9EADB) is known color: Ice Cold. HEX triplet: A9, EA and DB. RGB value is (169,234,219). Sum of RGB (Red+Green+Blue) = 169+234+219=622 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.17% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EADB is #561524. Grayscale: #D4D4D4. Windows color (decimal): -5641509 or 14412457. OLE color: 14412457.

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

Color convert

RGB 169 234 219 -
CMYK 0.28 0 0.06 0.08
HSL 166.15º 0.61% 0.79% -
HSV(B) 166.15º 0.28% 0.92% -
XYZ 58.57 72.4 77.9 -
YUV 212.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 169 234 219 0.28 0 0.06 0.08 166.15 0.61 0.79
Hex A9 EA DB 1C 0 6 8 A6 3D 4F
Octal 251 352 333 34 0 6 10 246 75 117
Binary 10101001 11101010 11011011 11100 0 110 1000 10100110 111101 1001111

Color Harmonies of #A9EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EADB

Black with #A9EADB

Text Example


Text Example

White with #A9EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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