Html Css Color HEX #A4ECD9 Ice Cold

📋 copy color: '#A4ECD9'

red 164 ◦ green 236 ◦ blue 217

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

Shades of Ice Cold #A4ECD9

Tints of Ice Cold #A4ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.25%

 BLUE value IS 217 (85.16% from 255) = 35.17%

R = 26.58%
G = 38.25%
B = 35.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A4ECD9 (or 0xA4ECD9) is known color: Ice Cold. HEX triplet: A4, EC and D9. RGB value is (164,236,217). Sum of RGB (Red+Green+Blue) = 164+236+217=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECD9 is #5B1326. Grayscale: #D4D4D4. Windows color (decimal): -5968679 or 14281892. OLE color: 14281892.

HSL color Cylindrical-coordinate representation of color #A4ECD9: hue angle of 164.17º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECD9 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 236 217 -
CMYK 0.31 0 0.08 0.07
HSL 164.17º 0.65% 0.78% -
HSV(B) 164.17º 0.31% 0.93% -
XYZ 57.83 72.89 76.67 -
YUV 212.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 164 236 217 0.31 0 0.08 0.07 164.17 0.65 0.78
Hex A4 EC D9 1F 0 8 7 A4 41 4E
Octal 244 354 331 37 0 10 7 244 101 116
Binary 10100100 11101100 11011001 11111 0 1000 111 10100100 1000001 1001110

Color Harmonies of #A4ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ECD9

Black with #A4ECD9

Text Example


Text Example

White with #A4ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ECD9; }

 p { color: rgb(164,236,217); }

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

background-color css

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

 a { background-color: rgb(164,236,217); }

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

border-color css

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

 span { border-color: rgb(164,236,217); }

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