Html Css Color HEX #A4ECE0 Ice Cold

📋 copy color: '#A4ECE0'

red 164 ◦ green 236 ◦ blue 224

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

Shades of Ice Cold #A4ECE0

Tints of Ice Cold #A4ECE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.9%

R = 26.28%
G = 37.82%
B = 35.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#A4ECE0 (or 0xA4ECE0) is known color: Ice Cold. HEX triplet: A4, EC and E0. RGB value is (164,236,224). Sum of RGB (Red+Green+Blue) = 164+236+224=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECE0 is #5B131F. Grayscale: #D5D5D5. Windows color (decimal): -5968672 or 14740644. OLE color: 14740644.

HSL color Cylindrical-coordinate representation of color #A4ECE0: hue angle of 170º 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 #A4ECE0 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 236 224 -
CMYK 0.31 0 0.05 0.07
HSL 170º 0.65% 0.78% -
HSV(B) 170º 0.31% 0.93% -
XYZ 58.76 73.27 81.57 -
YUV 213.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 164 236 224 0.31 0 0.05 0.07 170 0.65 0.78
Hex A4 EC E0 1F 0 5 7 AA 41 4E
Octal 244 354 340 37 0 5 7 252 101 116
Binary 10100100 11101100 11100000 11111 0 101 111 10101010 1000001 1001110

Color Harmonies of #A4ECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ECE0

Black with #A4ECE0

Text Example


Text Example

White with #A4ECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ECE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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