Html Css Color HEX #ACE6DF Ice Cold

📋 copy color: '#ACE6DF'

red 172 ◦ green 230 ◦ blue 223

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

Shades of Ice Cold #ACE6DF

Tints of Ice Cold #ACE6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.8%

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

R = 27.52%
G = 36.8%
B = 35.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#ACE6DF (or 0xACE6DF) is known color: Ice Cold. HEX triplet: AC, E6 and DF. RGB value is (172,230,223). Sum of RGB (Red+Green+Blue) = 172+230+223=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6DF is #531920. Grayscale: #D3D3D3. Windows color (decimal): -5445921 or 14673580. OLE color: 14673580.

HSL color Cylindrical-coordinate representation of color #ACE6DF: hue angle of 172.76º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6DF is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 223 -
CMYK 0.25 0 0.03 0.10
HSL 172.76º 0.54% 0.79% -
HSV(B) 172.76º 0.25% 0.9% -
XYZ 58.63 70.69 80.37 -
YUV 211.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 172 230 223 0.25 0 0.03 0.10 172.76 0.54 0.79
Hex AC E6 DF 19 0 3 A AD 36 4F
Octal 254 346 337 31 0 3 12 255 66 117
Binary 10101100 11100110 11011111 11001 0 11 1010 10101101 110110 1001111

Color Harmonies of #ACE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6DF

Black with #ACE6DF

Text Example


Text Example

White with #ACE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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