Html Css Color HEX #A4EDDD Ice Cold

📋 copy color: '#A4EDDD'

red 164 ◦ green 237 ◦ blue 221

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

Shades of Ice Cold #A4EDDD

Tints of Ice Cold #A4EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.53%

R = 26.37%
G = 38.1%
B = 35.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#A4EDDD (or 0xA4EDDD) is known color: Ice Cold. HEX triplet: A4, ED and DD. RGB value is (164,237,221). Sum of RGB (Red+Green+Blue) = 164+237+221=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDDD is #5B1222. Grayscale: #D5D5D5. Windows color (decimal): -5968419 or 14544292. OLE color: 14544292.

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

Color convert

RGB 164 237 221 -
CMYK 0.31 0 0.07 0.07
HSL 166.85º 0.67% 0.79% -
HSV(B) 166.85º 0.31% 0.93% -
XYZ 58.65 73.68 79.54 -
YUV 213.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 164 237 221 0.31 0 0.07 0.07 166.85 0.67 0.79
Hex A4 ED DD 1F 0 7 7 A7 43 4F
Octal 244 355 335 37 0 7 7 247 103 117
Binary 10100100 11101101 11011101 11111 0 111 111 10100111 1000011 1001111

Color Harmonies of #A4EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDDD

Black with #A4EDDD

Text Example


Text Example

White with #A4EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDDD; }

 p { color: rgb(164,237,221); }

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

background-color css

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

 a { background-color: rgb(164,237,221); }

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

border-color css

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

 span { border-color: rgb(164,237,221); }

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