Html Css Color HEX #A9EBD7 Ice Cold

📋 copy color: '#A9EBD7'

red 169 ◦ green 235 ◦ blue 215

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

Shades of Ice Cold #A9EBD7

Tints of Ice Cold #A9EBD7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.96%

 BLUE value IS 215 (84.38% from 255) = 34.73%

R = 27.3%
G = 37.96%
B = 34.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#A9EBD7 (or 0xA9EBD7) is known color: Ice Cold. HEX triplet: A9, EB and D7. RGB value is (169,235,215). Sum of RGB (Red+Green+Blue) = 169+235+215=619 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.30% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBD7 is #561428. Grayscale: #D5D5D5. Windows color (decimal): -5641257 or 14150569. OLE color: 14150569.

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

Color convert

RGB 169 235 215 -
CMYK 0.28 0 0.09 0.08
HSL 161.82º 0.62% 0.79% -
HSV(B) 161.82º 0.28% 0.92% -
XYZ 58.34 72.76 75.26 -
YUV 212.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 169 235 215 0.28 0 0.09 0.08 161.82 0.62 0.79
Hex A9 EB D7 1C 0 9 8 A2 3E 4F
Octal 251 353 327 34 0 11 10 242 76 117
Binary 10101001 11101011 11010111 11100 0 1001 1000 10100010 111110 1001111

Color Harmonies of #A9EBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EBD7

Black with #A9EBD7

Text Example


Text Example

White with #A9EBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EBD7; }

 p { color: rgb(169,235,215); }

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

background-color css

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

 a { background-color: rgb(169,235,215); }

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

border-color css

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

 span { border-color: rgb(169,235,215); }

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