Html Css Color HEX #A4EADA Ice Cold

📋 copy color: '#A4EADA'

red 164 ◦ green 234 ◦ blue 218

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

Shades of Ice Cold #A4EADA

Tints of Ice Cold #A4EADA

RGB

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

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

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

R = 26.62%
G = 37.99%
B = 35.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A4EADA (or 0xA4EADA) is known color: Ice Cold. HEX triplet: A4, EA and DA. RGB value is (164,234,218). Sum of RGB (Red+Green+Blue) = 164+234+218=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EADA is #5B1525. Grayscale: #D3D3D3. Windows color (decimal): -5969190 or 14346916. OLE color: 14346916.

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

Color convert

RGB 164 234 218 -
CMYK 0.30 0 0.07 0.08
HSL 166.29º 0.63% 0.78% -
HSV(B) 166.29º 0.3% 0.92% -
XYZ 57.39 71.8 77.16 -
YUV 211.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 164 234 218 0.30 0 0.07 0.08 166.29 0.63 0.78
Hex A4 EA DA 1E 0 7 8 A6 3E 4E
Octal 244 352 332 36 0 7 10 246 76 116
Binary 10100100 11101010 11011010 11110 0 111 1000 10100110 111110 1001110

Color Harmonies of #A4EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EADA

Black with #A4EADA

Text Example


Text Example

White with #A4EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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