Html Css Color HEX #A4EAD5 Ice Cold

📋 copy color: '#A4EAD5'

red 164 ◦ green 234 ◦ blue 213

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

Shades of Ice Cold #A4EAD5

Tints of Ice Cold #A4EAD5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.3%

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

R = 26.84%
G = 38.3%
B = 34.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#A4EAD5 (or 0xA4EAD5) is known color: Ice Cold. HEX triplet: A4, EA and D5. RGB value is (164,234,213). Sum of RGB (Red+Green+Blue) = 164+234+213=611 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.84% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EAD5 is #5B152A. Grayscale: #D2D2D2. Windows color (decimal): -5969195 or 14019236. OLE color: 14019236.

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

Color convert

RGB 164 234 213 -
CMYK 0.30 0 0.09 0.08
HSL 162º 0.63% 0.78% -
HSV(B) 162º 0.3% 0.92% -
XYZ 56.74 71.54 73.77 -
YUV 210.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 164 234 213 0.30 0 0.09 0.08 162 0.63 0.78
Hex A4 EA D5 1E 0 9 8 A2 3E 4E
Octal 244 352 325 36 0 11 10 242 76 116
Binary 10100100 11101010 11010101 11110 0 1001 1000 10100010 111110 1001110

Color Harmonies of #A4EAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EAD5

Black with #A4EAD5

Text Example


Text Example

White with #A4EAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EAD5; }

 p { color: rgb(164,234,213); }

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

background-color css

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

 a { background-color: rgb(164,234,213); }

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

border-color css

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

 span { border-color: rgb(164,234,213); }

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