Html Css Color HEX #A4EDDB Ice Cold

📋 copy color: '#A4EDDB'

red 164 ◦ green 237 ◦ blue 219

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

Shades of Ice Cold #A4EDDB

Tints of Ice Cold #A4EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.23%

 BLUE value IS 219 (85.94% from 255) = 35.32%

R = 26.45%
G = 38.23%
B = 35.32%

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

#A4EDDB (or 0xA4EDDB) is known color: Ice Cold. HEX triplet: A4, ED and DB. RGB value is (164,237,219). Sum of RGB (Red+Green+Blue) = 164+237+219=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDDB is #5B1224. Grayscale: #D5D5D5. Windows color (decimal): -5968421 or 14413220. OLE color: 14413220.

HSL color Cylindrical-coordinate representation of color #A4EDDB: hue angle of 165.21º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDDB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 237 219 -
CMYK 0.31 0 0.08 0.07
HSL 165.21º 0.67% 0.79% -
HSV(B) 165.21º 0.31% 0.93% -
XYZ 58.38 73.58 78.14 -
YUV 213.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 164 237 219 0.31 0 0.08 0.07 165.21 0.67 0.79
Hex A4 ED DB 1F 0 8 7 A5 43 4F
Octal 244 355 333 37 0 10 7 245 103 117
Binary 10100100 11101101 11011011 11111 0 1000 111 10100101 1000011 1001111

Color Harmonies of #A4EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDDB

Black with #A4EDDB

Text Example


Text Example

White with #A4EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDDB; }

 p { color: rgb(164,237,219); }

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

background-color css

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

 a { background-color: rgb(164,237,219); }

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

border-color css

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

 span { border-color: rgb(164,237,219); }

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