Html Css Color HEX #A4EBDB Ice Cold

📋 copy color: '#A4EBDB'

red 164 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #A4EBDB

Tints of Ice Cold #A4EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.03%

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

R = 26.54%
G = 38.03%
B = 35.44%

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

#A4EBDB (or 0xA4EBDB) is known color: Ice Cold. HEX triplet: A4, EB and DB. RGB value is (164,235,219). Sum of RGB (Red+Green+Blue) = 164+235+219=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBDB is #5B1424. Grayscale: #D3D3D3. Windows color (decimal): -5968933 or 14412708. OLE color: 14412708.

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

Color convert

RGB 164 235 219 -
CMYK 0.30 0 0.07 0.08
HSL 166.48º 0.64% 0.78% -
HSV(B) 166.48º 0.3% 0.92% -
XYZ 57.8 72.42 77.95 -
YUV 211.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 164 235 219 0.30 0 0.07 0.08 166.48 0.64 0.78
Hex A4 EB DB 1E 0 7 8 A6 40 4E
Octal 244 353 333 36 0 7 10 246 100 116
Binary 10100100 11101011 11011011 11110 0 111 1000 10100110 1000000 1001110

Color Harmonies of #A4EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EBDB

Black with #A4EBDB

Text Example


Text Example

White with #A4EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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