Html Css Color HEX #ACE8DB Ice Cold

📋 copy color: '#ACE8DB'

red 172 ◦ green 232 ◦ blue 219

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

Shades of Ice Cold #ACE8DB

Tints of Ice Cold #ACE8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.24%

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

R = 27.61%
G = 37.24%
B = 35.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#ACE8DB (or 0xACE8DB) is known color: Ice Cold. HEX triplet: AC, E8 and DB. RGB value is (172,232,219). Sum of RGB (Red+Green+Blue) = 172+232+219=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8DB is #531724. Grayscale: #D4D4D4. Windows color (decimal): -5445413 or 14411948. OLE color: 14411948.

HSL color Cylindrical-coordinate representation of color #ACE8DB: hue angle of 167º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE8DB is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 232 219 -
CMYK 0.26 0 0.06 0.09
HSL 167º 0.57% 0.79% -
HSV(B) 167º 0.26% 0.91% -
XYZ 58.66 71.6 77.75 -
YUV 212.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 172 232 219 0.26 0 0.06 0.09 167 0.57 0.79
Hex AC E8 DB 1A 0 6 9 A7 39 4F
Octal 254 350 333 32 0 6 11 247 71 117
Binary 10101100 11101000 11011011 11010 0 110 1001 10100111 111001 1001111

Color Harmonies of #ACE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8DB

Black with #ACE8DB

Text Example


Text Example

White with #ACE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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