Html Css Color HEX #ACE4DB Ice Cold

📋 copy color: '#ACE4DB'

red 172 ◦ green 228 ◦ blue 219

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

Shades of Ice Cold #ACE4DB

Tints of Ice Cold #ACE4DB

RGB

 RED value IS 172 (67.58% from 255) = 27.79%

 GREEN value IS 228 (89.45% from 255) = 36.83%

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

R = 27.79%
G = 36.83%
B = 35.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#ACE4DB (or 0xACE4DB) is known color: Ice Cold. HEX triplet: AC, E4 and DB. RGB value is (172,228,219). Sum of RGB (Red+Green+Blue) = 172+228+219=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4DB is #531B24. Grayscale: #D2D2D2. Windows color (decimal): -5446437 or 14410924. OLE color: 14410924.

HSL color Cylindrical-coordinate representation of color #ACE4DB: hue angle of 170.36º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4DB is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 228 219 -
CMYK 0.25 0 0.04 0.11
HSL 170.36º 0.51% 0.78% -
HSV(B) 170.36º 0.25% 0.89% -
XYZ 57.54 69.37 77.38 -
YUV 210.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 172 228 219 0.25 0 0.04 0.11 170.36 0.51 0.78
Hex AC E4 DB 19 0 4 B AA 33 4E
Octal 254 344 333 31 0 4 13 252 63 116
Binary 10101100 11100100 11011011 11001 0 100 1011 10101010 110011 1001110

Color Harmonies of #ACE4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4DB

Black with #ACE4DB

Text Example


Text Example

White with #ACE4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4DB; }

 p { color: rgb(172,228,219); }

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

background-color css

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

 a { background-color: rgb(172,228,219); }

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

border-color css

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

 span { border-color: rgb(172,228,219); }

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