Html Css Color HEX #A9E4D5 Ice Cold

📋 copy color: '#A9E4D5'

red 169 ◦ green 228 ◦ blue 213

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

Shades of Ice Cold #A9E4D5

Tints of Ice Cold #A9E4D5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.38%

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 27.7%
G = 37.38%
B = 34.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#A9E4D5 (or 0xA9E4D5) is known color: Ice Cold. HEX triplet: A9, E4 and D5. RGB value is (169,228,213). Sum of RGB (Red+Green+Blue) = 169+228+213=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #A9E4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E4D5 is #561B2A. Grayscale: #D0D0D0. Windows color (decimal): -5643051 or 14017705. OLE color: 14017705.

HSL color Cylindrical-coordinate representation of color #A9E4D5: hue angle of 164.75º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9E4D5 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 228 213 -
CMYK 0.26 0 0.07 0.11
HSL 164.75º 0.52% 0.78% -
HSV(B) 164.75º 0.26% 0.89% -
XYZ 56.12 68.73 73.26 -
YUV 208.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 169 228 213 0.26 0 0.07 0.11 164.75 0.52 0.78
Hex A9 E4 D5 1A 0 7 B A5 34 4E
Octal 251 344 325 32 0 7 13 245 64 116
Binary 10101001 11100100 11010101 11010 0 111 1011 10100101 110100 1001110

Color Harmonies of #A9E4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E4D5

Black with #A9E4D5

Text Example


Text Example

White with #A9E4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E4D5; }

 p { color: rgb(169,228,213); }

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

background-color css

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

 a { background-color: rgb(169,228,213); }

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

border-color css

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

 span { border-color: rgb(169,228,213); }

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