Html Css Color HEX #ACE7DF Ice Cold

📋 copy color: '#ACE7DF'

red 172 ◦ green 231 ◦ blue 223

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

Shades of Ice Cold #ACE7DF

Tints of Ice Cold #ACE7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.9%

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

R = 27.48%
G = 36.9%
B = 35.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#ACE7DF (or 0xACE7DF) is known color: Ice Cold. HEX triplet: AC, E7 and DF. RGB value is (172,231,223). Sum of RGB (Red+Green+Blue) = 172+231+223=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7DF is #531820. Grayscale: #D4D4D4. Windows color (decimal): -5445665 or 14673836. OLE color: 14673836.

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

Color convert

RGB 172 231 223 -
CMYK 0.26 0 0.03 0.09
HSL 171.86º 0.55% 0.79% -
HSV(B) 171.86º 0.26% 0.91% -
XYZ 58.91 71.25 80.46 -
YUV 212.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 172 231 223 0.26 0 0.03 0.09 171.86 0.55 0.79
Hex AC E7 DF 1A 0 3 9 AC 37 4F
Octal 254 347 337 32 0 3 11 254 67 117
Binary 10101100 11100111 11011111 11010 0 11 1001 10101100 110111 1001111

Color Harmonies of #ACE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7DF

Black with #ACE7DF

Text Example


Text Example

White with #ACE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7DF; }

 p { color: rgb(172,231,223); }

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

background-color css

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

 a { background-color: rgb(172,231,223); }

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

border-color css

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

 span { border-color: rgb(172,231,223); }

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