Html Css Color HEX #A4ECDA Ice Cold

📋 copy color: '#A4ECDA'

red 164 ◦ green 236 ◦ blue 218

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

Shades of Ice Cold #A4ECDA

Tints of Ice Cold #A4ECDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 26.54%
G = 38.19%
B = 35.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A4ECDA (or 0xA4ECDA) is known color: Ice Cold. HEX triplet: A4, EC and DA. RGB value is (164,236,218). Sum of RGB (Red+Green+Blue) = 164+236+218=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECDA is #5B1325. Grayscale: #D4D4D4. Windows color (decimal): -5968678 or 14347428. OLE color: 14347428.

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

Color convert

RGB 164 236 218 -
CMYK 0.31 0 0.08 0.07
HSL 165º 0.65% 0.78% -
HSV(B) 165º 0.31% 0.93% -
XYZ 57.96 72.95 77.35 -
YUV 212.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 164 236 218 0.31 0 0.08 0.07 165 0.65 0.78
Hex A4 EC DA 1F 0 8 7 A5 41 4E
Octal 244 354 332 37 0 10 7 245 101 116
Binary 10100100 11101100 11011010 11111 0 1000 111 10100101 1000001 1001110

Color Harmonies of #A4ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ECDA

Black with #A4ECDA

Text Example


Text Example

White with #A4ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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