Html Css Color HEX #A4E5DB Ice Cold

📋 copy color: '#A4E5DB'

red 164 ◦ green 229 ◦ blue 219

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

Shades of Ice Cold #A4E5DB

Tints of Ice Cold #A4E5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.42%

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

R = 26.8%
G = 37.42%
B = 35.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#A4E5DB (or 0xA4E5DB) is known color: Ice Cold. HEX triplet: A4, E5 and DB. RGB value is (164,229,219). Sum of RGB (Red+Green+Blue) = 164+229+219=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5DB is #5B1A24. Grayscale: #D0D0D0. Windows color (decimal): -5970469 or 14411172. OLE color: 14411172.

HSL color Cylindrical-coordinate representation of color #A4E5DB: hue angle of 170.77º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5DB is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 229 219 -
CMYK 0.28 0 0.04 0.10
HSL 170.77º 0.56% 0.77% -
HSV(B) 170.77º 0.28% 0.9% -
XYZ 56.12 69.05 77.39 -
YUV 208.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 164 229 219 0.28 0 0.04 0.10 170.77 0.56 0.77
Hex A4 E5 DB 1C 0 4 A AB 38 4D
Octal 244 345 333 34 0 4 12 253 70 115
Binary 10100100 11100101 11011011 11100 0 100 1010 10101011 111000 1001101

Color Harmonies of #A4E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E5DB

Black with #A4E5DB

Text Example


Text Example

White with #A4E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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