Html Css Color HEX #A4E2D6 Ice Cold

📋 copy color: '#A4E2D6'

red 164 ◦ green 226 ◦ blue 214

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

Shades of Ice Cold #A4E2D6

Tints of Ice Cold #A4E2D6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.42%

 BLUE value IS 214 (83.98% from 255) = 35.43%

R = 27.15%
G = 37.42%
B = 35.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#A4E2D6 (or 0xA4E2D6) is known color: Ice Cold. HEX triplet: A4, E2 and D6. RGB value is (164,226,214). Sum of RGB (Red+Green+Blue) = 164+226+214=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E2D6 is #5B1D29. Grayscale: #CECECE. Windows color (decimal): -5971242 or 14082724. OLE color: 14082724.

HSL color Cylindrical-coordinate representation of color #A4E2D6: hue angle of 168.39º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E2D6 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 226 214 -
CMYK 0.27 0 0.05 0.11
HSL 168.39º 0.52% 0.76% -
HSV(B) 168.39º 0.27% 0.89% -
XYZ 54.64 67.14 73.7 -
YUV 206.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 164 226 214 0.27 0 0.05 0.11 168.39 0.52 0.76
Hex A4 E2 D6 1B 0 5 B A8 34 4C
Octal 244 342 326 33 0 5 13 250 64 114
Binary 10100100 11100010 11010110 11011 0 101 1011 10101000 110100 1001100

Color Harmonies of #A4E2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E2D6

Black with #A4E2D6

Text Example


Text Example

White with #A4E2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E2D6; }

 p { color: rgb(164,226,214); }

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

background-color css

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

 a { background-color: rgb(164,226,214); }

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

border-color css

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

 span { border-color: rgb(164,226,214); }

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