Html Css Color HEX #ACE9DB Ice Cold

📋 copy color: '#ACE9DB'

red 172 ◦ green 233 ◦ blue 219

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

Shades of Ice Cold #ACE9DB

Tints of Ice Cold #ACE9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.34%

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

R = 27.56%
G = 37.34%
B = 35.1%

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

#ACE9DB (or 0xACE9DB) is known color: Ice Cold. HEX triplet: AC, E9 and DB. RGB value is (172,233,219). Sum of RGB (Red+Green+Blue) = 172+233+219=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9DB is #531624. Grayscale: #D5D5D5. Windows color (decimal): -5445157 or 14412204. OLE color: 14412204.

HSL color Cylindrical-coordinate representation of color #ACE9DB: hue angle of 166.23º degrees, saturation: 0.58, 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 #ACE9DB is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 233 219 -
CMYK 0.26 0 0.06 0.09
HSL 166.23º 0.58% 0.79% -
HSV(B) 166.23º 0.26% 0.91% -
XYZ 58.94 72.16 77.84 -
YUV 213.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 172 233 219 0.26 0 0.06 0.09 166.23 0.58 0.79
Hex AC E9 DB 1A 0 6 9 A6 3A 4F
Octal 254 351 333 32 0 6 11 246 72 117
Binary 10101100 11101001 11011011 11010 0 110 1001 10100110 111010 1001111

Color Harmonies of #ACE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9DB

Black with #ACE9DB

Text Example


Text Example

White with #ACE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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