Html Css Color HEX #A9EDDB Ice Cold

📋 copy color: '#A9EDDB'

red 169 ◦ green 237 ◦ blue 219

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

Shades of Ice Cold #A9EDDB

Tints of Ice Cold #A9EDDB

RGB

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

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

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

R = 27.04%
G = 37.92%
B = 35.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A9EDDB (or 0xA9EDDB) is known color: Ice Cold. HEX triplet: A9, ED and DB. RGB value is (169,237,219). Sum of RGB (Red+Green+Blue) = 169+237+219=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDDB is #561224. Grayscale: #D6D6D6. Windows color (decimal): -5640741 or 14413225. OLE color: 14413225.

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

Color convert

RGB 169 237 219 -
CMYK 0.29 0 0.08 0.07
HSL 164.12º 0.65% 0.8% -
HSV(B) 164.12º 0.29% 0.93% -
XYZ 59.43 74.12 78.19 -
YUV 214.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 169 237 219 0.29 0 0.08 0.07 164.12 0.65 0.8
Hex A9 ED DB 1D 0 8 7 A4 41 50
Octal 251 355 333 35 0 10 7 244 101 120
Binary 10101001 11101101 11011011 11101 0 1000 111 10100100 1000001 1010000

Color Harmonies of #A9EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EDDB

Black with #A9EDDB

Text Example


Text Example

White with #A9EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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