Html Css Color HEX #A4E9DC Ice Cold

📋 copy color: '#A4E9DC'

red 164 ◦ green 233 ◦ blue 220

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

Shades of Ice Cold #A4E9DC

Tints of Ice Cold #A4E9DC

RGB

 RED value IS 164 (64.45% from 255) = 26.58%

 GREEN value IS 233 (91.41% from 255) = 37.76%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 26.58%
G = 37.76%
B = 35.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#A4E9DC (or 0xA4E9DC) is known color: Ice Cold. HEX triplet: A4, E9 and DC. RGB value is (164,233,220). Sum of RGB (Red+Green+Blue) = 164+233+220=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #A4E9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E9DC is #5B1623. Grayscale: #D2D2D2. Windows color (decimal): -5969444 or 14477732. OLE color: 14477732.

HSL color Cylindrical-coordinate representation of color #A4E9DC: hue angle of 168.7º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4E9DC is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 233 220 -
CMYK 0.30 0 0.06 0.09
HSL 168.7º 0.61% 0.78% -
HSV(B) 168.7º 0.3% 0.91% -
XYZ 57.37 71.34 78.46 -
YUV 210.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 164 233 220 0.30 0 0.06 0.09 168.7 0.61 0.78
Hex A4 E9 DC 1E 0 6 9 A9 3D 4E
Octal 244 351 334 36 0 6 11 251 75 116
Binary 10100100 11101001 11011100 11110 0 110 1001 10101001 111101 1001110

Color Harmonies of #A4E9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E9DC

Black with #A4E9DC

Text Example


Text Example

White with #A4E9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E9DC; }

 p { color: rgb(164,233,220); }

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

background-color css

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

 a { background-color: rgb(164,233,220); }

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

border-color css

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

 span { border-color: rgb(164,233,220); }

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