Html Css Color HEX #A4EBDF Ice Cold

📋 copy color: '#A4EBDF'

red 164 ◦ green 235 ◦ blue 223

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

Shades of Ice Cold #A4EBDF

Tints of Ice Cold #A4EBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 26.37%
G = 37.78%
B = 35.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#A4EBDF (or 0xA4EBDF) is known color: Ice Cold. HEX triplet: A4, EB and DF. RGB value is (164,235,223). Sum of RGB (Red+Green+Blue) = 164+235+223=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBDF is #5B1420. Grayscale: #D4D4D4. Windows color (decimal): -5968929 or 14674852. OLE color: 14674852.

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

Color convert

RGB 164 235 223 -
CMYK 0.30 0 0.05 0.08
HSL 169.86º 0.64% 0.78% -
HSV(B) 169.86º 0.3% 0.92% -
XYZ 58.34 72.64 80.76 -
YUV 212.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 164 235 223 0.30 0 0.05 0.08 169.86 0.64 0.78
Hex A4 EB DF 1E 0 5 8 AA 40 4E
Octal 244 353 337 36 0 5 10 252 100 116
Binary 10100100 11101011 11011111 11110 0 101 1000 10101010 1000000 1001110

Color Harmonies of #A4EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EBDF

Black with #A4EBDF

Text Example


Text Example

White with #A4EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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