Html Css Color HEX #A4E1D1 Ice Cold

📋 copy color: '#A4E1D1'

red 164 ◦ green 225 ◦ blue 209

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

Shades of Ice Cold #A4E1D1

Tints of Ice Cold #A4E1D1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.63%

 BLUE value IS 209 (82.03% from 255) = 34.95%

R = 27.42%
G = 37.63%
B = 34.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#A4E1D1 (or 0xA4E1D1) is known color: Ice Cold. HEX triplet: A4, E1 and D1. RGB value is (164,225,209). Sum of RGB (Red+Green+Blue) = 164+225+209=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1D1 is #5B1E2E. Grayscale: #CCCCCC. Windows color (decimal): -5971503 or 13754788. OLE color: 13754788.

HSL color Cylindrical-coordinate representation of color #A4E1D1: hue angle of 164.26º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E1D1 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 225 209 -
CMYK 0.27 0 0.07 0.12
HSL 164.26º 0.5% 0.76% -
HSV(B) 164.26º 0.27% 0.88% -
XYZ 53.74 66.35 70.3 -
YUV 204.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 164 225 209 0.27 0 0.07 0.12 164.26 0.5 0.76
Hex A4 E1 D1 1B 0 7 C A4 32 4C
Octal 244 341 321 33 0 7 14 244 62 114
Binary 10100100 11100001 11010001 11011 0 111 1100 10100100 110010 1001100

Color Harmonies of #A4E1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E1D1

Black with #A4E1D1

Text Example


Text Example

White with #A4E1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E1D1; }

 p { color: rgb(164,225,209); }

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

background-color css

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

 a { background-color: rgb(164,225,209); }

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

border-color css

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

 span { border-color: rgb(164,225,209); }

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