Html Css Color HEX #A4EBE1 Ice Cold

📋 copy color: '#A4EBE1'

red 164 ◦ green 235 ◦ blue 225

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

Shades of Ice Cold #A4EBE1

Tints of Ice Cold #A4EBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.06%

R = 26.28%
G = 37.66%
B = 36.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#A4EBE1 (or 0xA4EBE1) is known color: Ice Cold. HEX triplet: A4, EB and E1. RGB value is (164,235,225). Sum of RGB (Red+Green+Blue) = 164+235+225=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBE1 is #5B141E. Grayscale: #D4D4D4. Windows color (decimal): -5968927 or 14805924. OLE color: 14805924.

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

Color convert

RGB 164 235 225 -
CMYK 0.30 0 0.04 0.08
HSL 171.55º 0.64% 0.78% -
HSV(B) 171.55º 0.3% 0.92% -
XYZ 58.61 72.75 82.19 -
YUV 212.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 164 235 225 0.30 0 0.04 0.08 171.55 0.64 0.78
Hex A4 EB E1 1E 0 4 8 AC 40 4E
Octal 244 353 341 36 0 4 10 254 100 116
Binary 10100100 11101011 11100001 11110 0 100 1000 10101100 1000000 1001110

Color Harmonies of #A4EBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EBE1

Black with #A4EBE1

Text Example


Text Example

White with #A4EBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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